FormatAdapter implementation specific to PDF publications.
Add support for PDF publications by adding an instance of PdfFormatAdapter to a ReadingSystemEngine.
let engine = new ReadingSystemEngine();engine.addFormatAdapter(new PdfFormatAdapter())
Check if the specified publication is supported by this format adapter.
Generated using TypeDoc
FormatAdapter implementation specific to PDF publications.
Add support for PDF publications by adding an instance of PdfFormatAdapter to a ReadingSystemEngine.