Thiago is right. Of course iText is must have. But...
In real world you will need something to prepare pdf report.
I use xslt transformed to xhtml (plain xml infrastructure from JRE). That
xhtml is converted to pdf with Flying sourcer
(http://code.google.com/p/flying-saucer/).
XSLT transformation works as template filling custom data to xhtml. This
work without a problem but is a little bit expensive in processor time (most
of time is pdf generation - which is done in iText).

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Make-Report-PDF-tp5533477p5576802.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to