Kenned999 wrote: > Hi there, > > I have been struggeling with iText today, and i would like to know if the > following is possible.
PDF is a PDL, a Page Description Language. It is not a word processing format. You can "manipulate" a PDF document on a page per page basis; you can't really "edit" a PDF in the sense of adding a paragraph, table or image here and there and expect the rest of the content to "reflow". > Can i inject a new table into an existing PDF document as the following > example suggests: > > PDF before: > some text and forms > more text and forms > > PDF after: > some text and forms > THE NEW TABLE > more text and forms Regardless of the question if you're using iText or not, that's not possible in PDF. All the content is on a fixed place on a page. If there is no placeholder for the table, you can't just "create space". The only thing you can do, is insert a new page. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ 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
