Create a modul for the commandline tools and one for the encryption modules
---------------------------------------------------------------------------
Key: PDFBOX-1182
URL: https://issues.apache.org/jira/browse/PDFBOX-1182
Project: PDFBox
Issue Type: Improvement
Affects Versions: 1.6.0
Reporter: Andreas Lehmkühler
Assignee: Andreas Lehmkühler
Priority: Minor
We should modularization PDFBox as already discussed in PDFBOX-586 so that
people can drop unneeded functions to get a smaller jar.
I'll create two new modules:
- pdfbox-crypt, containing the StandardEncryption and the PublicKeyEncryption
- pdfbox-utilities, containing all commandline tools like PDFReader and
ExractText
The key features are:
- encryption/decryption is optional as pdfbox no longer depends on the
bouncycastle jars
- pdfbox uses SPI to load the encryption/decryption-modules when added to the
classpath
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira