|
|
@ -16,7 +16,8 @@ |
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript"> |
|
|
|
<script type="text/javascript"> |
|
|
|
// Specify the main script used to create a new PDF.JS web worker. |
|
|
|
// Specify the main script used to create a new PDF.JS web worker. |
|
|
|
// In production, change this to point to the combined `pdf.js` file. |
|
|
|
// In production, leave this undefined or change it to point to the |
|
|
|
|
|
|
|
// combined `pdf.worker.js` file. |
|
|
|
PDFJS.workerSrc = '../../src/worker_loader.js'; |
|
|
|
PDFJS.workerSrc = '../../src/worker_loader.js'; |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
<script type="text/javascript" src="hello.js"></script> |
|
|
|
<script type="text/javascript" src="hello.js"></script> |
|
|
|