pdf.keepPNGBoolean(default: false)

If set to true all PNG images contained in the exported file will be kept in PNG format.

Example

<div id="spreadsheet"></div>
<script>
  $("#spreadsheet").kendoSpreadsheet({
    pdf: {
      keepPNG: true
    }
  });
</script>
In this article
pdf.keepPNG
Not finding the help you need?
Contact Support