@@ -186,6 +186,7 @@ The width of the PDFViewer.
186186
187187#### Example - customizing the width of the viewer
188188
189+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.2.2/pdf.js " ></script >
189190 <div id="pdf-viewer"></div>
190191 <script>
191192 $("#pdf-viewer").kendoPDFViewer({
@@ -199,6 +200,7 @@ The height of the PDFViewer.
199200
200201#### Example - customizing the height of the viewer
201202
203+ <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.2.2/pdf.js"></script>
202204 <div id="pdf-viewer"></div>
203205 <script>
204206 $("#pdf-viewer").kendoPDFViewer({
@@ -212,6 +214,7 @@ Specifies the default page size if no PDF is displayed in the PDFViewer. The pag
212214
213215#### Example - customizing the default page sizes
214216
217+ <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.2.2/pdf.js"></script>
215218 <div id="pdf-viewer"></div>
216219 <script>
217220 $("#pdf-viewer").kendoPDFViewer({
@@ -236,6 +239,7 @@ Specifies the default scale of the pages.
236239
237240#### Example - customizing the scale
238241
242+ <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.2.2/pdf.js"></script>
239243 <div id="pdf-viewer"></div>
240244 <script>
241245 $("#pdf-viewer").kendoPDFViewer({
@@ -252,6 +256,7 @@ Specifies the minimum zoom that could be applied to the pages.
252256
253257#### Example - customizing the zoomMin
254258
259+ <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.2.2/pdf.js"></script>
255260 <div id="pdf-viewer"></div>
256261 <script>
257262 $("#pdf-viewer").kendoPDFViewer({
@@ -268,6 +273,7 @@ Specifies the maximum zoom that could be applied to the pages.
268273
269274#### Example - customizing the zoomMax
270275
276+ <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.2.2/pdf.js"></script>
271277 <div id="pdf-viewer"></div>
272278 <script>
273279 $("#pdf-viewer").kendoPDFViewer({
@@ -284,6 +290,7 @@ Specifies the zoom rate that could be applied to the pages. Used when zooming on
284290
285291#### Example - customizing the zoomRate
286292
293+ <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.2.2/pdf.js"></script>
287294 <div id="pdf-viewer"></div>
288295 <script>
289296 $("#pdf-viewer").kendoPDFViewer({
@@ -304,6 +311,7 @@ Defines the surface type. It accepts `canvas` or `svg`. This option is supported
304311
305312#### Example - customizing the type of pages' surfaces
306313
314+ <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.2.2/pdf.js"></script>
307315 <div id="pdf-viewer"></div>
308316 <script>
309317 $("#pdf-viewer").kendoPDFViewer({
@@ -335,6 +343,7 @@ For DPL Processing `exportAs` tool could be configured to export a single page t
335343
336344#### Example - customizing the toolbar items
337345
346+ <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.2.2/pdf.js"></script>
338347 <div id="pdf-viewer"></div>
339348 <script>
340349 $("#pdf-viewer").kendoPDFViewer({
@@ -349,6 +358,7 @@ For DPL Processing `exportAs` tool could be configured to export a single page t
349358
350359#### Example - customizing the pager default tool
351360
361+ <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.2.2/pdf.js"></script>
352362 <div id="pdf-viewer"></div>
353363 <script>
354364 $("#pdf-viewer").kendoPDFViewer({
@@ -362,6 +372,7 @@ For DPL Processing `exportAs` tool could be configured to export a single page t
362372
363373#### Example - customizing the zoom default tool
364374
375+ <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.2.2/pdf.js"></script>
365376 <div id="pdf-viewer"></div>
366377 <script>
367378 $("#pdf-viewer").kendoPDFViewer({
@@ -413,6 +424,7 @@ Specifies what element will be added in the ToolBar wrapper. Items with template
413424
414425#### Example
415426
427+ <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.2.2/pdf.js"></script>
416428 <div id="pdf-viewer"></div>
417429 <script>
418430 $("#pdf-viewer").kendoPDFViewer({
0 commit comments