Class PdfUtilitiesAbstract

Provides functionality around dealing with pdf files.

Constructors

Methods

Constructors

Methods

  • Creates a pdf from the provided definition.

    Parameters

    • documentDefinition: PdfDocumentDefinition

      The definition to create the pdf from.

    • options: undefined | BufferOptions

      Additional options regarding the buffer.

    Returns PDFDocument

    A readable of the newly created pdf.