-
Can you update the default DocumentFormatRegistry to offer the possibility of PDF to Pdf conversion ?
or what it the code for creating my own DocumentFormatRegistry ?
thanks and best regards
David.
2009-01-02 14:57:06 UTC in JODConverter
-
I want to merge 2 docs, and It work only on 1 way
merge Doc2 + Doc1 : OK
merge Doc1 + Doc2 : Fail
/* work ! */
String sFilename1 = "D:\\main_doc_pdf.pdf";
String sFilename2 = "D:\\compte-rendu.pdf";
mergeFiles(sFilename1, sFilename2);
/* failed ! */
String sFilename1 = "D:\\compte-rendu.pdf";
String sFilename2 = "D:\\main_doc_pdf.pdf";
mergeFiles(sFilename1, sFilename2);.
2009-01-02 12:00:32 UTC in PDFBox
-
Hello
there is a new extension for the convertion PDF to PDF, via PDF import, see http://extensions.services.openoffice.org/project/pdfimport
It's very nice to have this possibility, ( ie convert PDF version 1.2 to 1.4)
could you support Sun PDF Import Extension ?
because for the moment I have this exception for a convertion PDF to PDF
java.lang.IllegalArgumentException...
2008-11-11 20:33:25 UTC in JODConverter
-
File Added: cryptonit test.jpg.
2008-10-20 13:41:19 UTC in cryptonit
-
File Added: Krestfield Signature Toolkit test.jpg.
2008-10-20 13:38:42 UTC in cryptonit
-
Cryptonit doesnt check multi signers.
I tryed with the PKCS7 file attached.
with the program "Krestfield Signature Toolkit", and it shows the 3 signers and validate the whole signatures.
with cryptonit, it validates and shows only 1 signature.
2008-10-20 13:37:46 UTC in cryptonit