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()) Copy
let engine = new ReadingSystemEngine();engine.addFormatAdapter(new PdfFormatAdapter())
Check if the specified publication is supported by this format adapter.
FormatAdapter implementation specific to PDF publications.
Add support for PDF publications by adding an instance of PdfFormatAdapter to a ReadingSystemEngine.