Skip to content

modern-pdf-lib


modern-pdf-lib / CatalogOptions

Interface: CatalogOptions

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

Options for building the catalog.

Properties

lang?

optional lang: string

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

The natural language of the document content (e.g. en-US).


pageLayout?

optional pageLayout: "SinglePage" | "OneColumn" | "TwoColumnLeft" | "TwoColumnRight" | "TwoPageLeft" | "TwoPageRight"

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

Page layout hint.


pageMode?

optional pageMode: "UseNone" | "UseOutlines" | "UseThumbs" | "FullScreen" | "UseOC" | "UseAttachments"

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

Page mode hint.

Released under the MIT License.