>From: Kulbhushan Azad [mailto:kulbhushan.cu...@gmail.com] >Subject: [iText-questions] suggestion on the usage of iText with a template
>approach 2: >i) No need to create any pdf template corresponding to the MS Word template , >rather , create the required pdf ( with the dynamic data from xml/db) from >scratch everytime which matches >the MS-Word template My approach is similar to this one. I use iText 5.4.0 Java in a servlet to build a dynamic pdf in the model on every request. The iText api is quite fast. I query 30 different data sources (translates to 30 different PdfPTables), populate some beans and render the pdf. The only reason it takes a second or two is because my app needs to generate a dynamic image. Leo ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net 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