Skip to content

Commit

Permalink
Changed Merge term to Append. Merge means something different in PDF …
Browse files Browse the repository at this point in the history
…docs
  • Loading branch information
Nathan McMinn committed Oct 12, 2015
1 parent 21cc47b commit f532803
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -9,18 +9,19 @@ The toolkit compatibility matrix and some additional information is available on

Current Functionality:

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


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.

Expand Down
Expand Up @@ -74,7 +74,7 @@ pdfdelete_name=Destination File Name

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

pdf-append.title=Merge PDF
pdf-append.title=Append PDF
pdf-append.description=append PDF to another PDF
pdf-append.target-node.display-label=Append to
pdf-append.destination-folder.display-label=Destination folder
Expand Down
Expand Up @@ -16,7 +16,7 @@ pdftoolkit.insert.target-node=Insert
pdftoolkit.watermark.image=Watermark Image

#Doclib action labels
actions.pdftoolkit.mergePDF=Merge PDF Document
actions.pdftoolkit.mergePDF=Append PDF Document
actions.pdftoolkit.encryptPDF=Encrypt PDF Document
actions.pdftoolkit.decryptPDF=Decrypt PDF Document
actions.pdftoolkit.insertPDF=Insert Pages into PDF
Expand Down

0 comments on commit f532803

Please sign in to comment.