pdf-lite - v1.6.0
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cachedTokens?: PdfToken[]

    Cached byte representation of the object, if available

    immutable: boolean = false

    Indicates whether the object is immutable (cannot be modified)

    innerTokens: PdfToken[] = []
    modified: boolean = true

    Indicates whether the object has been modified. By default, assume it has been modified because it's a new object

    postTokens?: PdfToken[]

    Optional tokens to prepend or append during serialization

    preTokens?: PdfToken[]

    Optional tokens to prepend or append during serialization

    Accessors

    • get isTrailingDelimited(): boolean

      Returns true if this object's serialized form ends with a self-delimiting character (e.g., ), >, ], >>). Such objects do not require trailing whitespace before the next token.

      Returns boolean

    Methods

    • Type Parameters

      • K extends
            | "Font"
            | "ProcSet"
            | "ExtGState"
            | "ColorSpace"
            | "Pattern"
            | "Shading"
            | "XObject"

      Parameters

      Returns void

    • Type Parameters

      • K extends
            | "Font"
            | "ProcSet"
            | "ExtGState"
            | "ColorSpace"
            | "Pattern"
            | "Shading"
            | "XObject"

      Parameters

      Returns boolean