Eli, iText is not focused on reading/modifying pdf - iText excels in pdf creation. I had a quick look and it looks possible, but you will spend a lot of time doing it. It would probably be quicker to write your own code to do it directly... Just use pdfbox - you will have the creator/producer in about 5 lines of code, and it is a good library (useful for those situations where iText doesn't have the functionality). I can send you pdfbox code if that is an option. Cheers Antoine
On 17/04/06, Segev, Eli <[EMAIL PROTECTED]> wrote: > Antoine, > > Do you know how iText does this? I could not find it in the Javadoc. > > Thanks for the tip about pdfbox. > > ------------ > Eli Segev > > > > -----Original Message----- > From: Antoine [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 15, 2006 5:54 AM > To: Segev, Eli > Cc: [email protected] > Subject: Re: [iText-questions] PDF Version > > On 14/04/06, Segev, Eli <[EMAIL PROTECTED]> wrote: > > PDF files can be created in different ways and with different > software. > > Is it possible to find out what version of the PDF library is used in > > the creation of a document? > > iText probably does this but pdfbox certainly does. > http://pdfbox.org/javadoc/org/pdfbox/pdmodel/PDDocumentInformation.html > Cheers > Antoine > > -- > This is where I should put some witty comment. > -- This is where I should put some witty comment. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
