Printing a PDF from JSF
843842Jan 29 2006 — edited May 4 2006Hello Everybody,
I have some procedure that, retrieves a pdf after some processing that incluyes DB queries, then after having the name of a PDF stored in the File System, I need to send a print command. How could I do it?
In the forums I have found that I can print the current page using JavaScript function window.print(), but how could I emule that using JSF, but Printing directly a pdf?
Thanks a lot,
bogotano