response.setHeader("Content-Disposition",
"attachment; filename="+new String(pdfName.getBytes("gbk"),"ISO8859-1") +".pdf")
response.setHeader("Content-Disposition",
"attachment; filename="+new String(pdfName.getBytes("gbk"),"ISO8859-1") +".pdf")