mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into loadpdf-1
Conflicts: src/api.js
This commit is contained in:
commit
eb863b2298
20 changed files with 1548 additions and 227 deletions
1
test/pdfs/issue1810.pdf.link
Normal file
1
test/pdfs/issue1810.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
http://www.freepatentsonline.com/pdf/documents/uspt/D661/USD661296/USD661296S1.pdf
|
|
@ -589,6 +589,14 @@
|
|||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue1810",
|
||||
"file": "pdfs/issue1810.pdf",
|
||||
"md5": "b173a9dfb7bf00e1a298c6e8cb95c03e",
|
||||
"rounds": 1,
|
||||
"pageLimit": 3,
|
||||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue1597",
|
||||
"file": "pdfs/issue1597.pdf",
|
||||
"md5": "a5ebef467fd6e2fc0aeb56c9eb725ae3",
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
<script type="text/javascript" src="/src/worker.js"></script>
|
||||
<script type="text/javascript" src="/external/jpgjs/jpg.js"></script>
|
||||
<script type="text/javascript" src="/src/jpx.js"></script>
|
||||
<script type="text/javascript" src="/src/jbig2.js"></script>
|
||||
<script type="text/javascript" src="/src/bidi.js"></script>
|
||||
<script type="text/javascript" src="driver.js"></script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue