Dyego Souza Dantas Leal wrote: > I bought the book iText in Action... but not help-me in this > situation...
Yes, it does: on page 446, there's a figure titled superimposing PDFs. You have a template with a border (in the background) and new data is added. This is different from what you need, but in essence, you're doing the same: you create a PdfImportedPage from page 1 of PDF_1 and a PdfImportedPage from page 1 of PDF_2. You add both PdfTemplates (a PdfImportedPage is a special type of PdfTemplate; see also page 61) to the same page. There's no example in the book that does EXACTLY what you need, but by combining examples, you can achieve what you want. br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
