pdf.keepPNGBoolean
(default: false)
If set to true all PNG images contained in the exported file will be kept in PNG format.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
tools: ["pdf"],
pdf: {
keepPNG: true
}
});
</script>
In this article