Search results

PdfLayoutSettings API in JavaScript (ES5) Spreadsheet API control

Represents layout options for PDF export. These options allow you to customize how the content is arranged in the PDF.

Properties

fitSheetOnOnePage

boolean

Determines whether the content should fit into a single page in the PDF.

  • true: Content will automatically scale to fit within one page.
  • false: Content may span across multiple pages if it doesn’t fit.

orientation

PdfPageOrientation

Specifies the page orientation for the PDF. Values:

  • “portrait”: The PDF pages will be in vertical orientation (default).
  • “landscape”: The PDF pages will be in horizontal orientation.