PDF « Seam « JSF Q&A





1. JSF/Seam: How to download and print a dynmically generated PDF file without user intervention?    stackoverflow.com

I have a JSF/Seam web app which has a page with a form which, when submitted (button clicked), causes a PDF file to be dynamically created (in Java, server side) based ...

2. Mail and PDF Renderer outside JSF lifecycle    seamframework.org

3. seam-pdf as a standalone in jsf project    seamframework.org

I've used seam-pdf in an earlier seam project, it worked like a charm.However, the current project I'm working on is a straight jsf/facelets+spring based. I was wondering if there is any problem if I use jboss-seam-pdf.jar directly in my jsf project and work the same way as I did before. I'm going to try it this week but before that -- ...