Type interface
Represents options for PDF export.
Inheritance
IExportPDFOptions extends IExportImageOptions
.
IExportPDFOptions is not extended by any other symbol.
Properties
addColumnNames # |
Type Default Add column names in first row? Export will try to use user-friendly column names where possible, either from Export's @since 4.7.0 |
---|---|
addData # |
Type Default Should data table be included together with the image? Use "pdfdata" options to configure table output. @since 4.7.0 |
addURL # |
Type Default Whether to add a URL of the web page the chart has been exported from. |
align # |
Type Default Alignment of the chart image in PDF. Supported options: @since 4.9.14 |
disabled # |
Type Set this option to @since 4.9.11 |
emptyAs # |
Type Default Replace missing values with this. @since 4.7.0 |
extraFonts # |
Type Additional optional fonts which can be used on individual elements. @since 4.9.19 |
font # |
Type Font which should be used for the export. Default font used for PDF includes only Latin-based and Cyrilic characters. If you are exporting text in other languages, you might need to use some other export font. @since 4.9.19 |
fontSize # |
Type Font size to use for all texts. |
imageFormat # |
Type An image format to use for embedded images in PDF. See |
keepTainted # |
Type Default Inherited from Normally, Export removes "tainted" images (images that are loaded from other host than the chart itself) before export. Set this to Please note that removal of tainted images might trigger cross-origin security restrictions in browser and prevent the whole export operation, so use with caution. |
maxHeight # |
Type Maximum height in pixels of the exported image. If source chart is bigger thank this, it will be scaled down. NOTE: this setting might be overidden by @since 4.10.13 |
maxWidth # |
Type Maximum width in pixels of the exported image. If source chart is bigger thank this, it will be scaled down. NOTE: this setting might be overidden by @since 4.10.13 |
minHeight # |
Type Minimum height in pixels of the exported image. If source chart is smaller thank this, it will be scaled up. @since 4.10.13 |
minWidth # |
Type Minimum width in pixels of the exported image. If source chart is smaller thank this, it will be scaled up. @since 4.10.13 |
pageMargins # |
Type Page margins. Can be one of the following: A single number, in which case it will act as margin setting for all four edges of the page. An array of two numbers An array of four numbers |
pageOrientation # |
Type Page orientation. |
pageSize # |
Type Page size of the exported PDF. |
pivot # |
Type Default If set to values in rows). @since 4.7.0 |
quality # |
Type Inherited from Quality of the exported image. (0-1) |
scale # |
Type Default Rescale image. Number less than 1 will shrink the image. Number bigger than 1 will scale up the image. @since 4.10.13 |
useLocale # |
Type Default Will try to format numbers and date/time according to user's locale settings. @since 4.7.0 |
useTimestamps # |
Type Default Use timestamps instead of formatted date/time values. @since 4.7.0 |
There are 2 inherited items currently hidden from this list. |