this helps.
Thanks,
Brian
--
Date: Wed, 24 Feb 2010 17:07:45 +0100
From: 1T3XT info
Subject: Re: [iText-questions] How to set file name for PDF using
IText methods.
To: Post all your questions about iText here
Message-ID: <4b854ed1.2
srins wrote:
> I generate PDF using IText.
> While saving this file or open this file in Acrobat,
> I am getting file name as e6i0QqaY-I7O4WLjaBOy1yeloadSheet.pdf
> http://localhost:9080/NYTB2BWeb/PDFTemp/e6i0QqaY-I7O4WLjaBOy1yeloadSheet.pdf
> I need to overide this as Sample_20100224_1.pdf
> How t
srins wrote:
> How to set filename using IText methods while saving the PDF file.
That's not an iText question.
It's a general question about web applications.
You can set the filename of a file (any file!) using the
"Content-Disposition" header. Google for "Content-Disposition" and
you'll find
I generate PDF using IText.
While saving this file or open this file in Acrobat,
I am getting file name as e6i0QqaY-I7O4WLjaBOy1yeloadSheet.pdf
http://localhost:9080/NYTB2BWeb/PDFTemp/e6i0QqaY-I7O4WLjaBOy1yeloadSheet.pdf
I need to overide this as Sample_20100224_1.pdf
How to set filename usin