DefaultPublicationParser

constructor(context: Context, httpClient: HttpClient, assetRetriever: AssetRetriever, pdfFactory: PdfDocumentFactory<*>?, additionalParsers: List<PublicationParser> = emptyList())

Parameters

additionalParsers

Parsers used to open a publication, in addition to the default parsers. They take precedence over the default ones.

httpClient

Service performing HTTP requests.

pdfFactory

Parses a PDF document, optionally protected by password.

assetRetriever

Opens assets in case of indirection.