pdfjsProcessing.file.cMapPackedBoolean
Specifies if the Adobe CMaps are binary packed. Further info in the PDF.js API ref.
Example
<div id="pdfviewer"></div>
<script type="module">
$("#pdfviewer").kendoPDFViewer({
pdfjsProcessing: {
file: {
cMapPacked: true,
url: "https://demos.telerik.com/kendo-ui/content/web/pdfViewer/sample.pdf"
}
}
});
</script>
In this article