pdf.js/web/viewer-snippet.html

7 lines
255 B
HTML
Raw Normal View History

2011-10-26 09:22:45 +09:00
<!-- 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>