[email protected] wrote: >I have some > text that must be inserted into the text of an existing pdf and the text > of pdf must scroll down after insertion.
You mean that the content has to "reflow" (change its layout based on the number of lines that has been added on top)? If that's what you're trying to do, you should read: http://1t3xt.be/?X000480 http://1t3xt.be/?X000406 You'll find out that you're trying to do something that is impossible in PDF; you can't do it with iText; you can't do it with any other tool. Get the original source file that was used to create the PDF; adapt it, and create the PDF from the changed version of the original source file. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ 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 Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
