PDFExportSettings
Configures the PDF export settings of the Spreadsheet.
Definition
Package:@progress/kendo-angular-spreadsheet
Properties
fileName?
string
Sets the name of the exported PDF file.
'Workbook.pdf'
fitWidth?
boolean
Scales the content to fit page width.
false
landscape?
boolean
If false, sets the page orientation to portrait. The default page orientation is landscape.
true
Specifies the margins of the page. The supported units are "mm", "cm","in", and "pt".
Numbers are treated as points ("pt").
'1cm'
paperSize?
SpreadsheetPaperSize | [number, number]
Sets the paper size for the PDF document.
The value can be a SpreadsheetPaperSize or an array of two numbers (width and height in points).
'A4'
scale?
number
Sets a scale factor for the PDF output. Use this to make the PDF content smaller or larger.
1
title?
string
Sets the title metadata for the PDF document. If not set, the title is the same as the file name.