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

[Form] Don't use field appearances when /NeedAppearances is set to true (bug 1796741)

When a form isn't changed, we used the appearances we had in the file, but when
/NeedAppearances is true, all the appearances have to be regenerated whatever they're.
This commit is contained in:
Calixte Denizet 2022-10-24 15:26:00 +02:00
parent 22225a1eaa
commit 9f95a14e91
4 changed files with 44 additions and 17 deletions

View file

@ -548,3 +548,4 @@
!issue15340.pdf
!bug1795263.pdf
!issue15597.pdf
!bug1796741.pdf

BIN
test/pdfs/bug1796741.pdf Executable file

Binary file not shown.

View file

@ -6960,5 +6960,12 @@
"md5": "af708acbb22c6c9d268240dcf4a39809",
"rounds": 1,
"type": "eq"
},
{ "id": "bug1796741-print",
"file": "pdfs/bug1796741.pdf",
"md5": "d5167d1b0d1b840c9aa258b98ce4fa62",
"rounds": 1,
"type": "eq",
"print": true
}
]