Skip to content

modern-pdf-lib


modern-pdf-lib / DocumentStructure

Interface: DocumentStructure

Defined in: src/core/pdfCatalog.ts:303

High-level helper that wires together the catalog, page tree, and info dict, returning all the references the writer needs.

Properties

catalogRef

catalogRef: PdfRef

Defined in: src/core/pdfCatalog.ts:305

Reference to the /Catalog.


infoRef

infoRef: PdfRef

Defined in: src/core/pdfCatalog.ts:307

Reference to the /Info dict.


pagesRef

pagesRef: PdfRef

Defined in: src/core/pdfCatalog.ts:309

Reference to the /Pages node.

Released under the MIT License.