mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Implement support for stamp annotations
This commit is contained in:
parent
3be941d982
commit
400e4aae0e
6 changed files with 48 additions and 0 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -285,6 +285,7 @@
|
|||
!annotation-highlight.pdf
|
||||
!annotation-line.pdf
|
||||
!annotation-square-circle.pdf
|
||||
!annotation-stamp.pdf
|
||||
!annotation-fileattachment.pdf
|
||||
!annotation-text-widget.pdf
|
||||
!annotation-choice-widget.pdf
|
||||
|
|
BIN
test/pdfs/annotation-stamp.pdf
Normal file
BIN
test/pdfs/annotation-stamp.pdf
Normal file
Binary file not shown.
|
@ -3583,6 +3583,13 @@
|
|||
"type": "eq",
|
||||
"annotations": true
|
||||
},
|
||||
{ "id": "annotation-stamp",
|
||||
"file": "pdfs/annotation-stamp.pdf",
|
||||
"md5": "0a04d7ce1ad103cb3c033d26855d6ec7",
|
||||
"rounds": 1,
|
||||
"type": "eq",
|
||||
"annotations": true
|
||||
},
|
||||
{ "id": "annotation-fileattachment",
|
||||
"file": "pdfs/annotation-fileattachment.pdf",
|
||||
"md5": "d20ecee4b53c81b2dd44c8715a1b4a83",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue