PdfDocumentFactory

Properties

Link copied to clipboard
abstract val documentType: KClass<T>

Class for the type of document this factory produces.

Functions

Link copied to clipboard

Creates a new factory which caches the results of the wrapped factory into a PublicationServicesHolder.

Link copied to clipboard
abstract suspend fun open(resource: Resource, password: String?): ReadTry<T>

Opens a PDF from a resource.