Re: [iText-questions] Stamping out form results in blank output

2010-08-05 Thread Thomas Hauk
Fixed it. There were two problems: 1. The frontend was not sending the backend the correct field name to change, and 2. I wasn't checking the boolean return value of the setField() method in AcroFields. Always check your return values, people! -- Thomas Hauk Shaggy Frog Software www.shaggyf

[iText-questions] Stamping out form results in blank output

2010-08-05 Thread Thomas Hauk
I am working on a Web application with iText as a backend, which combines several PDF files (all of our PDFs have been created using Illustrator) into a single-page PDF. The PDF files are generally AcroForms, but not all. Text is filled into the forms dynamically (if there are fields) and t