mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
XFA - Replace deprecated break element (bug 1718053)
- the break element has been deprecated in XFA 2.4 but some old documents can use it, so replace it with one (or more) of its possible substitutions: - breakBefore; - breakAfter; - overflow.
This commit is contained in:
parent
d7f8a0e9b9
commit
257de0e8c5
3 changed files with 49 additions and 0 deletions
1
test/pdfs/xfa_bug1718053.pdf.link
Normal file
1
test/pdfs/xfa_bug1718053.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://bug1718053.bmoattachments.org/attachment.cgi?id=9228759
|
|
@ -938,6 +938,14 @@
|
|||
"lastPage": 2,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "xfa_bug1718053",
|
||||
"file": "pdfs/xfa_bug1718053.pdf",
|
||||
"md5": "252d728d2c456dcb81699342a71c42ea",
|
||||
"link": true,
|
||||
"rounds": 1,
|
||||
"enableXfa": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "xfa_bug1717681",
|
||||
"file": "pdfs/xfa_bug1717681.pdf",
|
||||
"md5": "435b1eae7e017b1a932fe204d1ba8be5",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue