Re: [iText-questions] File not open in Adobe Reader

2011-12-02 Thread 1T3XT BVBA
On 3/12/2011 6:44, Khatri Anand wrote: > I hope that now you understand my problem. We don't have a clue. It works for us. See the online examples http://itextpdf.com/book/chapter.php?id=9 If it doesn't work for you, you need to debug your code.

Re: [iText-questions] File not open in Adobe Reader

2011-12-02 Thread Khatri Anand
Yes, Download File was created by PdfStamper Class using Java. Following is a code PdfReader readpdf = new PdfReader(pdfFolderPath+fileName+".pdf"); File file = new File(pdfFolderPath+fileName+"_new.pdf"); PdfStamper stamp=n

Re: [iText-questions] File not open in Adobe Reader

2011-12-02 Thread Alexis Pigeon
Hi Anand, On 2 December 2011 15:51, Khatri Anand wrote: > Hi, > > In my application I download pdf file. That file store into particular > Directory.. > But when I open that file into Adobe Reader I got the Error Message. > > *"Adobe Reader could not open 'poolcuetip_data(1).pdf' because it is

[iText-questions] File not open in Adobe Reader

2011-12-02 Thread Khatri Anand
Hi, In my application I download pdf file. That file store into particular Directory.. But when I open that file into Adobe Reader I got the Error Message. *"Adobe Reader could not open 'poolcuetip_data(1).pdf' because it is either not a supported file type or because the file has been damaged