1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Don't display annotations with a PMD (barcode stuff) entry (bug 1899804)

There's no specification for that (even if it's possible to have an idea from
the xfa specs) so we just want to hide them in order to avoid to display something
wrong.
This commit is contained in:
Calixte Denizet 2024-06-10 19:25:26 +02:00
parent bb73d2a922
commit e3faa40f0f
3 changed files with 28 additions and 2 deletions

View file

@ -0,0 +1 @@
https://bugzilla.mozilla.org/attachment.cgi?id=9406437

View file

@ -10064,5 +10064,22 @@
"rounds": 1,
"link": true,
"type": "eq"
},
{
"id": "bug1899804_print",
"file": "pdfs/bug1899804.pdf",
"md5": "53d82575d6d5d314404ede8970073e1b",
"rounds": 1,
"link": true,
"type": "eq",
"print": true
},
{
"id": "bug1899804",
"file": "pdfs/bug1899804.pdf",
"md5": "53d82575d6d5d314404ede8970073e1b",
"rounds": 1,
"link": true,
"type": "eq"
}
]