Francisco Pérez y Pérez wrote: > I had a pdf form which i create with Acrobat, it has a submit button, i > use Itext to open my PDF in a web browser with a servlet, but when i > submit the form i get this: > > > > java.io.IOException: FDF header signature not found.
There are different ways to submit a form: - HTML parameters - FDF - XFDF - PDF (only from Adobe Acrobat) The error message says that you assume that the font submits FDF, but... there are three other possibilities. Maybe the form submits XFDF. Or maybe something is wrong in your Servlet; have you tried writing the data sent to the Request to a String. I'm sure it's not an FDF file. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ 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 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/
