I just implemented a reports page in my struts app which generates PDF on the fly using FOP from Apache. http://xml.apache.org/fop/index.html
It's uses XML and XSLT. It works very nicely.
peace
john ware
"Alan C. Yackel" wrote:
For a library to make PDFs look here:Alan Yackel
CTO
Creatrixs INC.
Dear all,I very much need assistant on this issue:
I have a requirement to generate PDF files on the screen so that the user can print. The number of PDFs are unknown.It needs to be a frameset, header will have links to each individual PDF,
so that when you click on the link, the middle frame will be loaded with a different PDF. The footer frame is navigation, continue and cancelHow should I do that?
Thanks