feat: add Sign PDF tool (draw/type/upload signatures, place on a PDF) (#370)

Draw, type, or upload a signature and place resizable/rotatable copies across PDF pages; output flattened server-side with PyMuPDF. Visual electronic signature, not cryptographic. New interactive-sign display mode (pdf.js + Konva) and a custom docs-pool route.
This commit is contained in:
SnapOtter
2026-06-29 11:01:25 +08:00
committed by GitHub
parent 1c202c6ef0
commit 0cdd560ac4
51 changed files with 2223 additions and 10 deletions
+2
View File
@@ -273,6 +273,8 @@
/tools/flatten-pdf /tools/pdf/flatten-pdf/ 301
/tools/redact-pdf/ /tools/pdf/redact-pdf/ 301
/tools/redact-pdf /tools/pdf/redact-pdf/ 301
/tools/sign-pdf/ /tools/pdf/sign-pdf/ 301
/tools/sign-pdf /tools/pdf/sign-pdf/ 301
/tools/pdf-to-text/ /tools/pdf/pdf-to-text/ 301
/tools/pdf-to-text /tools/pdf/pdf-to-text/ 301
/tools/pdf-to-word/ /tools/pdf/pdf-to-word/ 301