mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Add (basic) support for Optional Content in Annotations
Given that Annotations can also have an `OC`-entry, we need to take that into account when generating their operatorLists. Note that in order to simplify the patch the `getOperatorList`-methods, for the Annotation-classes, were converted to be `async`.
This commit is contained in:
parent
3fab4af949
commit
c48dc251e0
2 changed files with 134 additions and 76 deletions
|
@ -6561,6 +6561,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{ "id": "bug1737260-oc",
|
||||
"file": "pdfs/bug1737260.pdf",
|
||||
"md5": "8bd4f810d30972764b07ae141a4afbc4",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"type": "eq",
|
||||
"optionalContent": {
|
||||
"191R": false
|
||||
}
|
||||
},
|
||||
{ "id": "bug1737260",
|
||||
"file": "pdfs/bug1737260.pdf",
|
||||
"md5": "8bd4f810d30972764b07ae141a4afbc4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue