DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias PdfDocumentOptions

    Provides options for creating a new PdfDocument.

    Index

    Properties

    compressionLevel?: CompressionLevel

    The compression level. The default is "Fastest".

    conformanceLevel?: PdfAConformanceLevel

    The PDF/A conformance level. The default is "None".

    defaultPageHeight?: number

    The default height of new pages, in points.

    defaultPageWidth?: number

    The default width of new pages, in points.

    fontEmbedMode?: FontEmbedMode

    The font embedding mode. The default is "EmbedSubset".

    pdfFontFormat?: PdfFontFormat

    The format used to represent fonts in the PDF document. The default is "Type0AutoOneByteEncoding".

    standardFontEmbedMode?: FontEmbedMode

    The font embedding mode for the 14 standard PDF fonts. The default is "NotEmbed".