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