PdfViewer

object PdfViewer

Process-wide entry point for opening PDF documents.

Properties

Link copied to clipboard

Capabilities of the active backend. Check this before calling optional APIs such as search, links, or bookmarks.

Functions

Link copied to clipboard
suspend fun open(source: PdfSource, password: String? = null): PdfDocument

Opens source and takes ownership of it immediately.