pdfjsProcessing.file.url String

Specifies the url to be passed to the pdfjs processor.

Example

<div id="pdfviewer"></div>
<script type="module">
    $("#pdfviewer").kendoPDFViewer({
        pdfjsProcessing: {
            file: {
                url: "https://demos.telerik.com/kendo-ui/content/web/pdfViewer/sample.pdf"
            }
        }
    });
</script>
In this article