pdfjsProcessing Object
Specifies the PDF.JS configuration options. Including pdfjs
is mandatory.
Example
<div id="pdfviewer"></div>
<script type="module">
$("#pdfviewer").kendoPDFViewer({
pdfjsProcessing: {
file: ""
}
});
</script>