IExportPdfConfig
Home > @gooddata/sdk-backend-spi > IExportPdfConfig
IExportPdfConfig interface
Configuration for PDF export.
Signature:
export interface IExportPdfConfig
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
"PORTRAIT" | "LANDSCAPE" |
(Optional) Page orientation | ||
"A3" | "A4" | "LETTER" |
(Optional) Page size | ||
string |
(Optional) Page size and orientation (e.g. 'a4 landscape'). | ||
string |
(Optional) PDF top left header content. | ||
string |
(Optional) PDF top right header content. | ||
boolean |
(Optional) Show info page with export information. |