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

    Represents a single revision of a PDF document. PDF documents can have multiple revisions for incremental updates, where each revision contains its own set of objects and cross-reference table.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    locked: boolean = false

    Whether this revision is locked (cannot be modified)

    modified: boolean = true

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

    objects: PdfObject[] = []

    Objects contained in this revision

    postTokens?: PdfToken[]

    Optional tokens to prepend or append during serialization

    preTokens?: PdfToken[]

    Optional tokens to prepend or append during serialization

    Cross-reference lookup table for this revision

    Accessors

    Methods