pdfObject

Configures the PDF export settings of the Spreadsheet.

Example

<div id="spreadsheet"></div>
<script>
  $("#spreadsheet").kendoSpreadsheet({
    pdf: {
      area: "selection",
      fileName: "MySpreadsheet.pdf",
      forceProxy: false
    }
  });
</script>
In this article
pdfRelated Properties
Not finding the help you need?
Contact Support