|
<!-- This snippet is used in production, see Makefile --> |
|
<script type="text/javascript" src="../build/pdf.js"></script> |
|
<script type="text/javascript"> |
|
// This specifies the location of the pdf.js file. |
|
PDFJS.workerSrc = "../build/pdf.js"; |
|
</script>
|
|
|