Skip to content

Commit f7a205f

Browse files
committed
Merge branch 'master' into douglascrp-master
* master: (48 commits) Bean name's fix. Changed the defaul to compile against community Add a new parameter that controls whether or not a new revision should be created when adding a digital signature. A new revision prevents existing signatures from being invalidated when an additional signature is added. With this change, by default, a new revision will always be used. Pass false to use the old behavior. Fix bug where the "topright" and "bottomright" position was swapped. Fixed tiny bug in ui of one action Fixed bug in page extract / delete common code Refactoring PDF page components for consistency in naming and behavior. updated readme bug fixes for extract page action Fixed icon Finishing up the extract page action, added icon Structure for PDF page extract action Removed (hopefully) last vestige of PDF/A transformations from toolkit Moved internal methods to private Updated all service level API calls and actions to return a resulting NodeRef Additional bug fix to field hiding checkbox. Whoops. fixed bug in file name generation and page scheme odd/even code fixed bug in hiding checkbox code added "in-place" option to append action Fixed compile time problem (missing deep) merged bug fix from douglascrp ... # Conflicts: # pdf-toolkit-repo/pom.xml # pdf-toolkit-repo/src/main/amp/config/alfresco/module/org.alfresco.extension.pdftoolkit/context/alfresco-pdf-toolkit-context.xml # pdf-toolkit-repo/src/main/java/org/alfresco/extension/pdftoolkit/repo/action/executer/PDFInsertAtPageActionExecuter.java # pom.xml
2 parents db59f48 + 654547a commit f7a205f

File tree

75 files changed

+3696
-8935
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+3696
-8935
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,31 @@ 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
17+
* Extract page(s) from a PDF document
1718
* PDF Watermarking
18-
* PDF Encryption
19+
* PDF Encryption / decryption
1920
* Digital Signatures
21+
* Rotate PDF Documents
2022
* TIFF to PDF transformation (currently rather rudimentary, but functional)
2123
* Extended metadata to capture information about encryption or signature events
2224
* Search for encrypted or signed documents by encryption or signature metadata
23-
* Convert to PDF/A (Enterprise only due to dependency on Alfresco's JODConverter supporting classes).
25+
2426

2527
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.
2628

2729
Note that as of Version 1.2, the legacy Explorer UI components will no longer be maintained and will be fully removed in version 1.3.
2830

31+
NOTE: The latest 1.3 betas remove the PDF/A conversion action, since that action has dependencies on Alfresco Enterprise. I'm committed to keeping this project 100% compatible with Alfresco community. The PDF/A action will be released as a separate module for Alfresco Enterprise.
32+
2933
A teaser screencast is available here:
3034

3135
http://www.youtube.com/watch?v=cJYpFgx037E
3236

3337
Functionality in development:
3438

35-
* Extract Pages
3639
* Minimally requires Alfresco 3.4 for the repository tier actions, 4.1 for the Share UI components.

alfresco/src/main/properties/local/alfresco-global.properties

Lines changed: 0 additions & 323 deletions
This file was deleted.

0 commit comments

Comments
 (0)