Package-level declarations
Types
Link copied to clipboard
class DocumentState
A state object that can be hoisted to control and observe properties of the DocumentView. Create instances of this object using rememberDocumentState.
Link copied to clipboard
Annotation used to indicate a member is part of an experimental PSPDFKit API. Anything carrying this annotation may be changed in the future without notice.
Functions
Link copied to clipboard
Composable that displays the Document in the specified Uri.
Link copied to clipboard
fun rememberDocumentState(documentUri: Uri, configuration: PdfActivityConfiguration = PdfActivityConfiguration.Builder(LocalContext.current).build(), @IntRange(from = 0 ) startingPage: Int = 0): DocumentState
A state object that can be hoisted to control and observe properties of the DocumentView. Returns a Saveable containing the DocumentState, used for remembering the state of a given document.