pdf.forceProxyBoolean(default: false)

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

Example

<div id="gantt"></div>
<script>
$("#gantt").kendoGantt({
    dataSource: [
        { id: 1, title: "Task 1", start: new Date("2023/1/1"), end: new Date("2023/1/5") }
    ],
    toolbar: ["pdf"],
    pdf: {
        forceProxy: true,
        proxyURL: "/save"
    }
});
</script>
In this article
pdf.forceProxy
Not finding the help you need?
Contact Support