pdf.forceProxyBoolean(default: false)

If set to true, the content will be forwarded to proxyURL even if the browser supports the saving of files locally.

Example

<div id="spreadsheet"></div>
<script>
  $("#spreadsheet").kendoSpreadsheet({
    pdf: {
      forceProxy: true,
      proxyURL: "/save"
    }
  });
</script>
In this article
pdf.forceProxy
Not finding the help you need?
Contact Support