DocumentSource

interface DocumentSource

A functional interface representing a source for creating a PDF document. Implementations handle opening and loading the document from various sources.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun createDocument(context: Context, core: PdfiumCore, password: String?): Long

Creates a PDF document from this source.