bokc bokc wrote: > Hi I now to iText and I try to determinate if It can help me to do what > I want. > > * Is it possible with iText to make a merge of to 2 pdf document? > But I dont want to concatenate pdf but realy merge it : The 2 fist > page have to be merge in a new first page, same for the 2 seconds > page,... > > And if yes how?
You won't find any tool that makes that possible; PDF is a PDL: a Page Description Language. It's not a Word Processing format. Your questions starts from an assumption that is completely wrong. > * I have to put data (xml data) in the PDF file. This data is not > can't be understanding by Acrobat but by an other software which > use this data. But final PDF (with data) has to be view on > Acrobat. So I don't have to destroy pdf data. How can I do this? Many applications use XML as the source format for the data that will be streamed to PDF using iText; or as an intermediary format. -- This answer is provided by 1T3XT BVBA ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
