Quoting Ben Sinclair <[EMAIL PROTECTED]>: > Here's another image-related question... I want to place an image behind my > text that fills the entire page. The idea is to fill in text over a scanned > form. My problem is that the images are scaled and come out looking ugly. > It > would be great if I could place another PDF behind my PDF, so it would > scale > properly.
You can import pages from an existing PDF file: http://www.lowagie.com/iText/tutorial/ch01.html#readingPDF Just write each imported page to getDirectContentUnder() and add all the text to getDirectContent(). _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
