Quoting Paolo Mosna <[EMAIL PROTECTED]>: > Hi everybody, > > I'm using iText to generate both HTML and PDF documents. > IN HTML I would like to have the possibility to allow the user to > insert some data using (for example) the HTML input tag such as: > > <input type="text" id="name" value="userName"> > > If I insert such tag in the HTML template, the resulting output document > contains such input tag as a pure text an not as a tag. > How can I solve this problem?
You can't Forms in the HTML specs and Forms in the PDF specs are completely different. There is no easy way to translate a form in HTML to a form in PDF. Bruno ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
