Re: [iText-questions] How to set file name for PDF using IText methods.

2010-03-01 Thread Brian Lovett
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

Re: [iText-questions] How to set file name for PDF using IText methods.

2010-02-26 Thread 1T3XT info
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

Re: [iText-questions] How to set file name for PDF using IText methods.

2010-02-24 Thread 1T3XT info
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

[iText-questions] How to set file name for PDF using IText methods.

2010-02-24 Thread srins
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