On 26/04/2012 7:31, Ninad Shaha wrote: > Is this even possible with Java? The question is wrong (and that's why you don't get an answer). The question should be: "is this even possible with PDF?" Read http://www.manning.com/lowagie2/samplechapter6.pdf
Your approach is wrong. Don't create two different PDF documents. If you do, you can only manipulate them at a page per page basis. Instead: create one PDF, and add the HTML to that one PDF at the appropriate place. Depending on your original PDF, there are different strategies to find the appropriate place. Not all strategies will be useful in your case. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
