1

I am trying to open the pdf file which has an image, so I want to display pdf file in AWT window, openPdfFile method and other methods which are provided for opening the pdf file like openPdfFileFromURL, openPdfFileFromInputStream are used from jpedal_lgpl.jar file.

It's working fine in windows, After I deploy the class file in linux server it throwing the following exception:

Exception:at org.jpedal.PdfDecoder.openPdfFile(Unknown Source)
    at org.jpedal.PdfDecoder.openPdfFileFromURL(Unknown Source)

please tell me jpedal_lgpl.jar is the supported jar or not.

MikO
  • 18,243
  • 12
  • 77
  • 109

1 Answers1

0

Is the URL valid/working? Does it open from a browser?

mark stephens
  • 3,205
  • 16
  • 19