pdf.subject String (default: null)

Sets the subject of the PDF file.

Example - set the subject

<textarea id="editor"></textarea>
<script>
    $("#editor").kendoEditor({
        tools: ["pdf"],
            subject : "Kendo UI Editor overview"
        }
    });
</script>
In this article