mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #16718 from calixteman/bug1844572
Don't replace Acroform dictionary if nothing has changed when saving (bug 1844572)
This commit is contained in:
commit
71f113bf85
5 changed files with 38 additions and 3 deletions
2
test/pdfs/bug1844572.pdf.link
Normal file
2
test/pdfs/bug1844572.pdf.link
Normal file
|
@ -0,0 +1,2 @@
|
|||
https://bugzilla.mozilla.org/attachment.cgi?id=9344818
|
||||
|
|
@ -8008,5 +8008,28 @@
|
|||
"rotation": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "bug1844572-save-print",
|
||||
"file": "pdfs/bug1844572.pdf",
|
||||
"md5": "22a96775e884131d59c05fa92e0a42f6",
|
||||
"rounds": 1,
|
||||
"type": "eq",
|
||||
"link": true,
|
||||
"save": true,
|
||||
"print": true,
|
||||
"annotationStorage": {
|
||||
"pdfjs_internal_editor_0": {
|
||||
"annotationType": 3,
|
||||
"color": [0, 0, 0],
|
||||
"fontSize": 10,
|
||||
"value": "Hello World",
|
||||
"pageIndex": 0,
|
||||
"rect": [
|
||||
115.80000000000001, 325.0679969482421, 171.3, 342.5679999999999
|
||||
],
|
||||
"rotation": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue