But if all that is needed is just the HTML output, it seems that it would be possible for a developer to define specialized Element implementations and an HtmlWriter subclass to add HTML form support. Isn't this feasible, even if not readily applicable to PDF? In fact, isn't it reasonable to say that if PdfAcroForm classes are included in com.lowagie.text.pdf then it might also be reasonable to include similar HTML form classes in com.lowagie.text.html?
If so, I might start playing with this. -Matt --- Bruno <[EMAIL PROTECTED]> wrote: > 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 __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ------------------------------------------------------- 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
