diff --git a/src/main/resources/messages_en_GB.properties b/src/main/resources/messages_en_GB.properties index 6ac9683c..54a12f76 100644 --- a/src/main/resources/messages_en_GB.properties +++ b/src/main/resources/messages_en_GB.properties @@ -108,6 +108,11 @@ home.PDFToXML.desc=Convert PDF to XML format home.ScannerImageSplit.title=Detect/Split Scanned photos home.ScannerImageSplit.desc=Splits multiple photos from within a photo/PDF +home.sign.title=Sign +home.sign.desc=Adds signature to PDF by drawing, text or image + +home.flatten.title=Flatten +home.flatten.desc=Remove all interactive elements and forms from a PDF ScannerImageSplit.selectText.1=Angle Threshold: diff --git a/src/main/resources/static/images/flatten.svg b/src/main/resources/static/images/flatten.svg new file mode 100644 index 00000000..944240cf --- /dev/null +++ b/src/main/resources/static/images/flatten.svg @@ -0,0 +1,41 @@ + + + + + + + diff --git a/src/main/resources/templates/sign.html b/src/main/resources/templates/sign.html index cc9d2dfc..34ec5ad3 100644 --- a/src/main/resources/templates/sign.html +++ b/src/main/resources/templates/sign.html @@ -10,6 +10,11 @@ + + + + +