Options
All
  • Public
  • Public/Protected
  • All
Menu

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())

Hierarchy

  • PdfFormatAdapter

Implements

Index

Constructors

constructor

Methods

isPublicationSupported

Generated using TypeDoc