We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11be208 commit 0bf5834Copy full SHA for 0bf5834
web/viewer-snippet-b2g.html
@@ -0,0 +1,9 @@
1
+<!-- This snippet is used in b2g, see Makefile -->
2
+<link rel="resource" type="application/l10n" href="locale.properties"/>
3
+<script type="text/javascript" src="l10n.js"></script>
4
+<script type="text/javascript" src="../build/pdf.js"></script>
5
+<script type="text/javascript">
6
+ // This specifies the location of the pdf.js file.
7
+ PDFJS.workerSrc = "../build/pdf.js";
8
+ PDFJS.disableTextLayer = true;
9
+</script>
0 commit comments