PDFOptions
The PDF generation options.
Name | Type | Default | Description |
---|---|---|---|
author? |
|
The author (metadata) of the PDF document. | |
autoPrint? |
|
|
Specifies if the Print dialog should be opened immediately after loading the document. |
creator? |
|
|
The creator (metadata) of the PDF document. |
date? |
|
The date when the PDF document is created. Defaults to | |
imgDPI? |
|
The forced resolution of images, including SVGs, in the exported PDF document By default, the images are exported at their native resolution. | |
keywords? |
|
The keywords (metadata) of the PDF document. | |
landscape? |
|
|
A flag which indicates if the page will be in a landscape orientation. By default, the page is in a portrait orientation. |
margin? |
|
|
Specifies the margins of the page (see example).
The supported units are |
multiPage? |
|
A flag indicating whether to export the child groups as separate pages. | |
paperSize? |
|
|
Specifies the paper size of the PDF document (see example). The default The supported values are:
|
producer? |
|
The producer (metadata) of the PDF document. | |
subject? |
|
The subject (metadata) of the PDF document. | |
title? |
|
The title (metadata) of the PDF document. |