exportOptions.pdf.creatorString(default: "Kendo UI PDF Generator")

The creator of the PDF document.

Example

<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
    exportOptions: {
        pdf: {
            creator: "My Application v1.0"
        }
    }
});
</script>
In this article
exportOptions.pdf.creator
Not finding the help you need?
Contact Support