Brandon Kaminsky wrote: > Based on your response, I’m guessing that we’d capture the data from the > form submission and use it to populate a pre-built PDF using itext? Is > that how it would function? Thank you.
I think that would be the best future-proof solution. Suppose you create the PDF from scratch, and then somebody changes his mind about the layout (I work for the government, and there's ALWAYS somebody who wants a small change). In that case, you need to hire a programmer to change the software. However, if you use a PDF form, and you use iText to fill out that form, then you don't need to adapt the software if you want to change the layout. It's sufficient to change the form (as long as you use the same field names). From experience, I know that changing the form costs less than changing the software. (Although that's not a general rule.) -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list [email protected] 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/
