Hello, I can´t set the correct filename to my generated pdf when use Acrobat button 'save' or 'save as ...'. When I use this buttons, in Save dialog box appears my package name where is my servlet. For example:"org.xxx.yyyy[1]"
My code has this header (to open inside browser): response.setHeader("Content-Disposition","inline;filename=\"myPdf.pdf\""); and in my servlet call this, http://server/servlets/org.xxx.yyyy.GeneratePdf/myPdf.pdf One observations, in my localhost (Tomcat) it works Ok, but with netscape Server doesn´t work correctly Somebody help me? _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions