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>