Hi,

Am 16.05.2012 12:44, schrieb Mallesh SGowda:
// fileName contains path with filename

File file =  new File(fileName);

   parser = new PDFParser(new FileInputStream(file));      //  problem here


  this code working fine in the eclipse mode

after creating .jar is not working

any one suggest me

Hmmm, you didn't describe the problem in detail, there is no pdf, there is no stack trace, no any other further information (used version, platform etc.).

I'm afraid no one can help you without any information

BR
Andreas Lehmkühler

P.S.: You should use something like the following to load a pdf:

PDDocument.load(filename);

Reply via email to