pdf.keywords String
(default: null)
Specifies the keywords of the exported PDF file.
Example - set the keywords
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
tools: ["pdf"],
pdf: {
keywords: "Kendo UI Editor PDF export"
}
});
</script>