[iText-questions] New to iText 5

2010-01-15 Thread Peter B. West
I'm taking my first look at iText 5. I had previously built early 2.something versions in NetBeans, and I had a NetBeans-svn project set up. I'm now using NB 6.8. Mac Snow Leopard 10.6, Java 1.6. I tried an svn update on that, followed by a build, but NB got upset about the bouncycastle stuff. I

Re: [iText-questions] Forking iText 2.1.7

2010-01-15 Thread Mark Storer
Perfectly legal. But I think it unlikely. Folks who want to work on iText already have, and are. Those who don't are generally unlikely to start. This change may provide enough motivation to get a few people (or organizations) interested enough to put time & effort into an iText branch, but

[iText-questions] Forking iText 2.1.7

2010-01-15 Thread Sebastian Sickelmann
Hi, what about forking iText 2.1.7 and rescue the MPL+LGPL License? -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 -- Throughout its 18-year hi

Re: [iText-questions] Probelms with merging Bookmarks

2010-01-15 Thread Mark Storer
Check out "PdfCopy", as a replacement for PdfWriter. It'll handle bookmarks (among other things) for you. PdfSmartCopy will work to ensure that it doesn't duplicate fonts, images, and so forth. --Mark Storer Senior Software Engineer Cardiff.com #include typedef std::Disclaimer DisCar

Re: [iText-questions] Probelms with merging Bookmarks

2010-01-15 Thread privat
Sorry, I fixed by my self. - Original Message - From: pri...@samea.de To: Post all your questions about iText here Sent: Friday, January 15, 2010 6:35 PM Subject: [iText-questions] Probelms with merging Bookmarks Hello, I have a probleme with merging Bookmarks. If I tr

[iText-questions] Probelms with merging Bookmarks

2010-01-15 Thread privat
Hello, I have a probleme with merging Bookmarks. If I try to merge two or more PDFs the Bookmarks are lost. CODE --- import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputS

Re: [iText-questions] Encrypt PDF using public key

2010-01-15 Thread Pavol Behul
hi, i use code for public key pdf encryption: ///import DER Certificate[] chain = new Certificate[1]; java.security.cert.CertificateFactory cf = java.security.cert.CertificateFactory.getInstance("X.509"); chain[0] = cf.generateCertificate(new FileInputStream("/home/pavol/test/pdf_encrypt/VCA3

Re: [iText-questions] Licensing questions

2010-01-15 Thread Tobias van Treeck
Or you can stick with the "old" Version 2.1.7 since this one still has the old license... ToM 2010/1/14 Anders Thomsen : > I'm a bit confused about with license change to AGPL. > > Is a commercial company allowed to, while keeping its own software closed: > > 1) Use the IText library within the c