Hi guys , I am running on project which is online form project ,a user will submit the form online so I will take that form and save it
in my PC as pdf file , how can I achieve. I have tried to use iText library , but the problem is that it converts the content of the html (including
java script, title of the page)
but I don't want it on that way , I just want the interface of the page (only the form )
thanks a lot