Skip to content

Commit f532803

Browse files
author
Nathan McMinn
committed
Changed Merge term to Append. Merge means something different in PDF docs
1 parent 21cc47b commit f532803

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,19 @@ The toolkit compatibility matrix and some additional information is available on
99

1010
Current Functionality:
1111

12-
* Merge - Append PDF to another PDF, generating a new PDF
12+
* Append - Append PDF to another PDF, generating a new PDF
1313
* Split - Splits a PDF at a specified interval, (ex. 2 pages, 3 pages, etc.), generating new PDFs for each section.
1414
* Split At - Split PDF into two PDFs at a specific page, generating two new PDFs.
1515
* Insert PDF - Insert PDF at a specific Page
1616
* Delete page(s) from a PDF document
1717
* PDF Watermarking
18-
* PDF Encryption
18+
* PDF Encryption / decryption
1919
* Digital Signatures
20+
* Rotate PDF Documents
2021
* TIFF to PDF transformation (currently rather rudimentary, but functional)
2122
* Extended metadata to capture information about encryption or signature events
2223
* Search for encrypted or signed documents by encryption or signature metadata
23-
* Rotate PDF Documents
24+
2425

2526
All of the actions are available as actions that can be used in content rules, and as document library actions in the document browse and detail views.
2627

pdf-toolkit-repo/src/main/amp/config/alfresco/messages/pdf-toolkit.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pdfdelete_name=Destination File Name
7474

7575
##### These messages are the ones that appear in the Share forms #####
7676

77-
pdf-append.title=Merge PDF
77+
pdf-append.title=Append PDF
7878
pdf-append.description=append PDF to another PDF
7979
pdf-append.target-node.display-label=Append to
8080
pdf-append.destination-folder.display-label=Destination folder

pdf-toolkit-share/src/main/amp/config/alfresco/messages/pdftoolkit.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pdftoolkit.insert.target-node=Insert
1616
pdftoolkit.watermark.image=Watermark Image
1717

1818
#Doclib action labels
19-
actions.pdftoolkit.mergePDF=Merge PDF Document
19+
actions.pdftoolkit.mergePDF=Append PDF Document
2020
actions.pdftoolkit.encryptPDF=Encrypt PDF Document
2121
actions.pdftoolkit.decryptPDF=Decrypt PDF Document
2222
actions.pdftoolkit.insertPDF=Insert Pages into PDF

0 commit comments

Comments
 (0)