miro wrote: > Is there any tool available fo reverse engineering to generate java code > from some pdf template ?
PDF is a one way process. For instance: if you have a PdfPTable object, that object has a certain structure: it has rows, columns, cells. Once such an object is written to PDF, all structure is lost: you have lines and glyphs painted on a canvas. In other words: the answer to your question is no. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/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
