PdfHeader
Represents a PDF header configuration for export. Allows complete customization of header content across all pages.
Props
The following table outlines the props for the PdfHeader:
| Name | Type | Default | Description |
|---|---|---|---|
| contents | - | Array of content items to render in the header. Supports text, lines, images, and page numbers. | |
| fromTop | number | - | Distance from the top of the page where the header starts (in points). |
| height | number | - | Height of the header area (in points). |