exportOptions.pdf.subjectString(default: null)
Sets the subject of the PDF file.
Example
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
exportOptions: {
pdf: {
subject: "Sales Report Q4 2023"
}
}
});
</script>
In this article