Skip to content

Commit

Permalink
[pdf] Write stamp render
Browse files Browse the repository at this point in the history
  • Loading branch information
KhromovNikita committed Dec 11, 2024
1 parent d940e40 commit 464db15
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 9 deletions.
4 changes: 3 additions & 1 deletion pdf/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -2862,9 +2862,11 @@
PDFEditorApi.prototype['asc_AddMath2'] = PDFEditorApi.prototype.asc_AddMath2;
PDFEditorApi.prototype['asc_ConvertMathView'] = PDFEditorApi.prototype.asc_ConvertMathView;

// stamp
PDFEditorApi.prototype['AddStampAnnot'] = PDFEditorApi.prototype.AddStampAnnot;

// freetext
PDFEditorApi.prototype['AddFreeTextAnnot'] = PDFEditorApi.prototype.AddFreeTextAnnot;
PDFEditorApi.prototype['AddStampAnnot'] = PDFEditorApi.prototype.AddStampAnnot;

// drawings
PDFEditorApi.prototype['AddTextArt'] = PDFEditorApi.prototype.AddTextArt;
Expand Down
Loading

0 comments on commit 464db15

Please sign in to comment.