It does look cool, but it doesn't look like it would (easily) solve the
problem at hand... this is a stand-alone tool (unless I missed the API
that you can feed a stream to and get a PDF out)... he could write the
HTML to a temp file and shell out to this, then read the file back and
output to the stream, but I think we'd all agree that's on the ugly side
of things :) (and actually, I don't think that would work because its a
JSP generating the HTML, so the stream is formed... AFAIK, you can't say
"erase the stream and start again", from a filter let's say, after the
JSP has rendered, so unless he wants to generate the HTML manually in an
Action, even shelling out I think wouldn't help).
Still, a neat little tool, if I ever have to do mass conversions of
something this could come in handy indeed.
Frank
David Friedman wrote:
Too bad you don't have $69 USD because http://www.easysw.com/htmldoc looks
promising. Too bad iText doesn't have anything like that yet. Not unless
you switch to assembling the pages in iText then use the PDF Write or HTML
Write off that in the last minute.
Regards,
David
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
.
--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM/Yahoo: fzammetti
MSN: [EMAIL PROTECTED]
Author of "Practical Ajax Projects With Java Technology"
(2006, Apress, ISBN 1-59059-695-1)
Java Web Parts - http://javawebparts.sourceforge.net
Supplying the wheel, so you don't have to reinvent it!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]