mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #12751 from calixteman/da_not_a_string
Add a default DA for textfield to avoid issues when printing or saving
This commit is contained in:
commit
3ea1c43b15
4 changed files with 26 additions and 1 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -48,6 +48,7 @@
|
|||
!issue6931_reduced.pdf
|
||||
!issue7580.pdf
|
||||
!issue7598.pdf
|
||||
!issue12750.pdf
|
||||
!issue7665.pdf
|
||||
!issue7696.pdf
|
||||
!issue7835.pdf
|
||||
|
|
BIN
test/pdfs/issue12750.pdf
Normal file
BIN
test/pdfs/issue12750.pdf
Normal file
Binary file not shown.
|
@ -2793,6 +2793,18 @@
|
|||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue12750",
|
||||
"file": "pdfs/issue12750.pdf",
|
||||
"md5": "47a39ef5d6ae2e4f52887c477cfdfc9e",
|
||||
"rounds": 1,
|
||||
"type": "eq",
|
||||
"print": true,
|
||||
"annotationStorage": {
|
||||
"12R": {
|
||||
"value": "foobar"
|
||||
}
|
||||
}
|
||||
},
|
||||
{ "id": "preistabelle-text",
|
||||
"file": "pdfs/preistabelle.pdf",
|
||||
"md5": "d2f0b2086160d4f3d325c79a5dc1fb4d",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue