mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 09:45:42 +02:00
[Editor] Add support for printing/saving newly added Stamp annotations
In order to minimize the size the of a saved pdf, we generate only one image and use a reference in each annotation using it. When printing, it's slightly different since we have to render each page independantly but we use the same image within a page.
This commit is contained in:
parent
ccb72073b0
commit
599b9498f2
9 changed files with 519 additions and 19 deletions
|
@ -70,6 +70,7 @@ const AnnotationEditorType = {
|
|||
DISABLE: -1,
|
||||
NONE: 0,
|
||||
FREETEXT: 3,
|
||||
STAMP: 13,
|
||||
INK: 15,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue