mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge branch 'master' of https://github.com/mozilla/pdf.js into cff
This commit is contained in:
commit
4a50e06e85
21 changed files with 2162 additions and 145 deletions
2
test/pdfs/.gitignore
vendored
2
test/pdfs/.gitignore
vendored
|
@ -19,7 +19,9 @@
|
|||
!issue840.pdf
|
||||
!scan-bad.pdf
|
||||
!freeculture.pdf
|
||||
!pdfkit_compressed.pdf
|
||||
!issue918.pdf
|
||||
!issue1249.pdf
|
||||
!smaskdim.pdf
|
||||
!type4psfunc.pdf
|
||||
!S2.pdf
|
||||
|
|
BIN
test/pdfs/issue1249.pdf
Normal file
BIN
test/pdfs/issue1249.pdf
Normal file
Binary file not shown.
BIN
test/pdfs/pdfkit_compressed.pdf
Normal file
BIN
test/pdfs/pdfkit_compressed.pdf
Normal file
Binary file not shown.
|
@ -417,6 +417,12 @@
|
|||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue1249-load",
|
||||
"file": "pdfs/issue1249.pdf",
|
||||
"md5": "4f81339fa09422a7db980f34ea963609",
|
||||
"rounds": 1,
|
||||
"type": "load"
|
||||
},
|
||||
{ "id": "liveprogramming",
|
||||
"file": "pdfs/liveprogramming.pdf",
|
||||
"md5": "7bd4dad1188232ef597d36fd72c33e52",
|
||||
|
@ -460,6 +466,12 @@
|
|||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "pdfkit_compressed",
|
||||
"file": "pdfs/pdfkit_compressed.pdf",
|
||||
"md5": "ffe9c571d0a1572e234253e6c7cdee6c",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue925",
|
||||
"file": "pdfs/issue925.pdf",
|
||||
"md5": "f58fe943090aff89dcc8e771bc0db4c2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue