Hello, My name is Florin ZOE. I am a Java Developer and I develop an application which uses iText 2.1.7 in order to generate on the fly a pdf file from within a Spring application. So basically the view for one of my Spring controllers is a Java class which extends AbstractPdfView class. It took a lot of time to generate the pdf file using Table and Cell classes. But I have a problem: I have a request to add some fields (checkboxes, textfield, radiobuttons etc) to my dynamic generated pdf file and to let the user to fill in those fields with some values. Moreover the user should be able to submit the pdf form in order to generate a new pdf with the entered values. So, in the same step, when I generate the pdf file, in some of my table cells I should be able to add different fields. Please note that I don't use PdfPTable or PdfPCell in my implementation. I don't know if is possible to do this from Spring but maybe you can tell me what is the best approach in order to fulfill what I said before. Thanks in advance for your support, Best Regards, Florin ZOE
------------------------------------------------------------------------------
_______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ 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/