Quoting [EMAIL PROTECTED]:

> But, How can I name pdf-file ?
> Pdf-file's default name is Servlet name. How can I change ?

This is not an iText related question.
There are several ways to do this.
This are two of them:

Define the name in the HTTP Header by
changing the "Content-Disposition".
This will probably work in most browsers,
but not in all.

Fool the browser by adding PathInfo to your URL.
If you designed your application following an MVC
architecture, you can play with the web.xml to
achieve this.

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to