<kendo:pdfViewer-pdfjsProcessing-file>

Specifies the default file to be displayed.

Example

<kendo:pdfViewer-pdfjsProcessing>
    <kendo:pdfViewer-pdfjsProcessing-file></kendo:pdfViewer-pdfjsProcessing-file>
</kendo:pdfViewer-pdfjsProcessing>

Configuration Attributes

cMapPacked boolean

Specifies if the Adobe CMaps are binary packed. Further info in the PDF.js API ref.

Example

<kendo:pdfViewer-pdfjsProcessing-file cMapPacked="cMapPacked">
</kendo:pdfViewer-pdfjsProcessing-file>

cMapUrl java.lang.String

Specifies the the URL where the predefined Adobe CMaps are located. Further info in the PDF.js API ref.

Example

<kendo:pdfViewer-pdfjsProcessing-file cMapUrl="cMapUrl">
</kendo:pdfViewer-pdfjsProcessing-file>

data java.lang.String

Specifies the data to be passed to the pdfjs processor. Accepts blob, byte array or base64 string.

Example

<kendo:pdfViewer-pdfjsProcessing-file data="data">
</kendo:pdfViewer-pdfjsProcessing-file>

url java.lang.String

Specifies the url to be passed to the pdfjs processor.

Example

<kendo:pdfViewer-pdfjsProcessing-file url="url">
</kendo:pdfViewer-pdfjsProcessing-file>
In this article
Not finding the help you need?