pdf.forceProxyBoolean(default: false)

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

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
    tools: ["pdf"],
    pdf: {
        forceProxy: true,
        proxyURL: "/save"
    }
});
</script>
In this article
pdf.forceProxy
Not finding the help you need?
Contact Support