New to Kendo UI for AngularStart a free 30-day trial

PDFExportSettings

Updated on Mar 23, 2026

Configures the PDF export settings of the Spreadsheet.

NameTypeDefaultDescription

fileName?

string

'Workbook.pdf'

Sets the name of the exported PDF file.

fitWidth?

boolean

false

Scales the content to fit page width.

landscape?

boolean

true

If false, sets the page orientation to portrait. The default page orientation is landscape.

margin?

string | number | PDFMargin

'1cm'

Specifies the margins of the page. The supported units are "mm", "cm","in", and "pt". Numbers are treated as points ("pt").

paperSize?

SpreadsheetPaperSize | [number, number]

'A4'

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).

scale?

number

1

Sets a scale factor for the PDF output. Use this to make the PDF content smaller or larger.

title?

string

Sets the title metadata for the PDF document. If not set, the title is the same as the file name.

Not finding the help you need?
Contact Support