Skip to content

zeropdf v1.3.0


zeropdf / TemplateStrictLayoutOptions

Interface: TemplateStrictLayoutOptions

Defined in: src/types.ts:1827

Strict layout options for templates that must fail instead of overflowing.

Properties

PropertyTypeDescriptionDefined in
maxPages?numberMaximum number of pages the rendered template may produce.src/types.ts:1834
oversizedContent?"error" | "allow"How to handle content that cannot fit in a fresh flow region. Defaults to "error" when strict layout is enabled.src/types.ts:1832

Released under the ISC license.