Bruno, I will try the first part.
I also took a quick look at the scrambler project .... but as you know we implement all things on a iSeries platform that has a IBM virtual machine with some restrictions (i.e. awt and swing - the graphic cannot be used). Beppe. 1T3XT info wrote: > > beppecosta wrote: >> Hi Bruno, >> >> how can I get this new code ? > > The certificate encryption stuff is already in the current > iText distribution; see the API docs: > http://www.1t3xt.info/api/com/lowagie/text/pdf/interfaces/PdfEncryptionSettings.html#setEncryption(java.security.cert.Certificate[],%20int[],%20int) > Every class implementing that method, allows certificate > encryption. > > I started a sCramblEr project on SourceForge a while ago: > https://sourceforge.net/projects/pdfscrambler > (something I wrote very quickly; I posted it on SF just > to make sure I wouldn't forget where I put that code.) > You can study it to find out how it works. > > However: you'll probably need to download special cryptography > extensions from SUN. They can be found here: > http://java.sun.com/javase/downloads/index.jsp > Scroll to where it reads: "Java Cryptography Extension (JCE) > Unlimited Strength Jurisdiction Policy Files 6" > -- > This answer is provided by 1T3XT BVBA > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > > Do you like iText? > Buy the iText book: http://www.1t3xt.com/docs/book.php > Or leave a tip: https://tipit.to/itexttipjar > > -- View this message in context: http://www.nabble.com/Rewrite-an-encrypted-Pdf-tp17999917p18008194.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
