We have a JSF application and we would like to create a PDF file from the HTML file created by JSF framework. Meaning, JSF creates an HTML file response and in outputted HTML page there is a button “Create PDF”. So the current vew should be saved as PDF.
Hi Pramod,