mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
parent
d96fd80ca0
commit
a6eadf8150
3 changed files with 15 additions and 1 deletions
|
@ -3719,7 +3719,9 @@ class PartialEvaluator {
|
|||
properties.composite &&
|
||||
((properties.cMap.builtInCMap &&
|
||||
!(properties.cMap instanceof IdentityCMap)) ||
|
||||
(properties.cidSystemInfo.registry === "Adobe" &&
|
||||
// The font is supposed to have a CIDSystemInfo dictionary, but some
|
||||
// PDFs don't include it (fixes issue 17689), hence the `?'.
|
||||
(properties.cidSystemInfo?.registry === "Adobe" &&
|
||||
(properties.cidSystemInfo.ordering === "GB1" ||
|
||||
properties.cidSystemInfo.ordering === "CNS1" ||
|
||||
properties.cidSystemInfo.ordering === "Japan1" ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue