Thanks to visit codestin.com Credit goes to github.com
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 8709636 commit e57db69Copy full SHA for e57db69
jodconverter-web/src/main/resources/static/pdfjs/web/viewer.html
@@ -27,17 +27,9 @@
27
<meta name="google" content="notranslate">
28
<meta http-equiv="X-UA-Compatible" content="IE=edge">
29
<title>PDF.js viewer</title>
30
-
31
32
<link rel="stylesheet" href="viewer.css">
33
34
35
-<!-- This snippet is used in production (included from viewer.html) -->
36
-<link rel="resource" type="application/l10n" href="locale/locale.properties">
37
-<script src="../build/pdf.js"></script>
38
39
40
- <script src="../../config.js"></script>
+ <link rel="resource" type="application/l10n" href="locale/locale.properties">
+ <script src="../build/pdf.js"></script>
41
<script src="viewer.js"></script>
42
43
</head>
0 commit comments