mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 09:08:07 +02:00
Merge pull request #17558 from calixteman/bug1669097
Print correctly documents containing chars with an unicode greater than 0xFFFF (bug 1669097)
This commit is contained in:
commit
bba831821d
6 changed files with 44 additions and 34 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -627,3 +627,4 @@
|
|||
!file_pdfjs_form.pdf
|
||||
!issue17492.pdf
|
||||
!issue17540.pdf
|
||||
!bug1669097.pdf
|
||||
|
|
BIN
test/pdfs/bug1669097.pdf
Executable file
BIN
test/pdfs/bug1669097.pdf
Executable file
Binary file not shown.
|
@ -9650,5 +9650,30 @@
|
|||
"structTreeParentId": null
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "bug1669097",
|
||||
"file": "pdfs/bug1669097.pdf",
|
||||
"md5": "561b3abac1fe49e1c9cd265cbf4a456e",
|
||||
"rounds": 1,
|
||||
"type": "eq",
|
||||
"save": true,
|
||||
"print": true,
|
||||
"annotationStorage": {
|
||||
"24R": {
|
||||
"value": "😇👽🖖"
|
||||
},
|
||||
"pdfjs_internal_editor_0": {
|
||||
"annotationType": 3,
|
||||
"color": [0, 0, 0],
|
||||
"fontSize": 10,
|
||||
"value": "😇😇😇😇😇😇👽👽👽👽👽👽🖖",
|
||||
"pageIndex": 0,
|
||||
"rect": [267, 638, 452, 658],
|
||||
"rotation": 0,
|
||||
"structTreeParentId": null,
|
||||
"id": null
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue