Skip to Content
0
Former Member
Dec 29, 2010 at 06:21 AM

issue in export to PDF | using java

43 Views

hi

I have a report which calls export to pdf.jsp in that iam using the following synatax

response.setHeader("Content-disposition", "inline;filename="+reportname);

the report is opening in the browser properly but when i give save as option then the name has been taken as full url instead of report name.pdf

any help will be highly appreciated.