mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #3386 from yurydelendik/ttf-refactor
Refactoring of TrueType code and implementation of OpenType font repairing
This commit is contained in:
commit
b0f78609b3
4 changed files with 127 additions and 141 deletions
1
test/pdfs/issue2442.pdf.link
Normal file
1
test/pdfs/issue2442.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://401k.fidelity.com/static/dcl/shared/documents/WPS_PublicSite/Documents/403b_DistributionForm_441802.pdf
|
1
test/pdfs/issue3062.pdf.link
Normal file
1
test/pdfs/issue3062.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
http://www3.weforum.org/docs/TTCR/2013/TTCR_DataTables12_2013.pdf
|
|
@ -988,6 +988,22 @@
|
|||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue3062",
|
||||
"file": "pdfs/issue3062.pdf",
|
||||
"md5": "206715f1258f0e117df4180d98dd4d68",
|
||||
"rounds": 1,
|
||||
"lastPage": 1,
|
||||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue2442",
|
||||
"file": "pdfs/issue2442.pdf",
|
||||
"md5": "4656e36c44f44c71a499f02ce6c781d3",
|
||||
"rounds": 1,
|
||||
"lastPage": 1,
|
||||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue2337",
|
||||
"file": "pdfs/issue2337.pdf",
|
||||
"md5": "ea10f4131202b9b8f2a6cb7770d3f185",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue