Never got an answer on this, I apparently had a patch to PdfDocument that transferred the horizontal alignment of a keepTogether Paragraph to the wrapping Table. Does this work in some other automagic fashion or does the change need to go into the codebase?
Thanks, Matt --- Matt Benson <[EMAIL PROTECTED]> wrote: > I was about to sync up with the CVS, and I noticed > that my version of PdfDocument has a patch to work > on > horizontal alignment in Paragraphs that have been > wrapped in Tables so that they will be kept > together. > Does anyone remember this issue, and know if it > still > exists? > > -Matt > > > --- Matt Benson <[EMAIL PROTECTED]> wrote: > > 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 > > > __________________________________________________ > 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 __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
