IExportPdfConfig
Home > @gooddata/sdk-backend-spi > IExportPdfConfig
IExportPdfConfig interface
Configuration for PDF export.
Signature:
export interface IExportPdfConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
pdfPageSize? | string | (Optional) Page size and orientation (e.g. 'a4 landscape'). | |
pdfTopLeftContent? | string | (Optional) PDF top left header content. | |
pdfTopRightContent? | string | (Optional) PDF top right header content. |