mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #5308 from Snuffleupagus/fonts-mmtype1
Add support for MMType1 fonts with embedded font files
This commit is contained in:
commit
4189c78488
4 changed files with 11 additions and 0 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -55,6 +55,7 @@
|
|||
!helloworld-bad.pdf
|
||||
!zerowidthline.pdf
|
||||
!bug868745.pdf
|
||||
!mmtype1.pdf
|
||||
!bug864847.pdf
|
||||
!issue1002.pdf
|
||||
!issue925.pdf
|
||||
|
|
BIN
test/pdfs/mmtype1.pdf
Normal file
BIN
test/pdfs/mmtype1.pdf
Normal file
Binary file not shown.
|
@ -235,6 +235,13 @@
|
|||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "mmtype1",
|
||||
"file": "pdfs/mmtype1.pdf",
|
||||
"md5": "7d632263d28bc2ff05ee0cc426966a5a",
|
||||
"link": false,
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "openoffice-pdf",
|
||||
"file": "pdfs/DiwanProfile.pdf",
|
||||
"md5": "55d0c6a1a6d26c9ec9dcecaa7a471e0e",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue