I am passing the hidden variable “fileName” from HTML file and want the the auto generated pdf file name to be the “fileName” which i am passing from the HTML.
In my JSP i am able to get the fileName as var str1= request.getParameter(“fileName”).
Please help!! As i don’t want the auto generated name.