scale Number

Specifies the default scale of the pages.

Example - customizing the scale

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