Our project uses JSF 2, Spring 3. I was wondering if there is any way to generate a pdf from JSF page. Basically we have to preview the report generated in a pdf format with some options to Save/Submit buttons on the report. I really appreciate if anyone can post a sample code or suggest any possible solutions
Thanks
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35224
7
posted
0
I would imagine that the best way to generate PDFs from a JSF page is the same as generating PDFs any other way - using the iText library. Have you tried that? And more importantly, is that what you were asking?