mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 09:08:07 +02:00
Merge pull request #14735 from calixteman/14685
[Annotations] Some annotations can have their values stored in the xfa:datasets
This commit is contained in:
commit
36a289d747
6 changed files with 178 additions and 13 deletions
1
test/pdfs/issue14685.pdf.link
Normal file
1
test/pdfs/issue14685.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://github.com/mozilla/pdf.js/files/8283456/1647183160545.pdf
|
|
@ -6332,5 +6332,27 @@
|
|||
"md5": "5d1bfcc3b3130bfa7e33e43990e2213a",
|
||||
"rounds": 1,
|
||||
"type": "text"
|
||||
},
|
||||
{ "id": "issue14685",
|
||||
"file": "pdfs/issue14685.pdf",
|
||||
"md5": "2c608203b9b1d13455f0b1d9cebc9515",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"lastPage": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue14685-print",
|
||||
"file": "pdfs/issue14685.pdf",
|
||||
"md5": "2c608203b9b1d13455f0b1d9cebc9515",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"lastPage": 1,
|
||||
"type": "eq",
|
||||
"print": true,
|
||||
"annotationStorage": {
|
||||
"150R": {
|
||||
"value": "Hello PDF.js World"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue