Appearance
zeropdf / TemplateStrictLayoutOptions
Interface: TemplateStrictLayoutOptions
Defined in: src/types.ts:1827
Strict layout options for templates that must fail instead of overflowing.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
maxPages? | number | Maximum 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 |