I am unable to initialize the pdf document. Please find the error in the attached file.
Details are as follows:
-
Language: java
-
Code used:
com.aspose.pdf.Document pdfDocument = new com.aspose.pdf.Document(docPath);
where docPath
is the variable storing the documents path.
Java Version:
java version "1.6.0_20"
- OpenJDK Runtime Environment (IcedTea6 1.9.9) (6b20-1.9.9-0ubuntu1~10.04.2) OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)
Operation System:
Ubuntu 10.04.2 LTS
Aspose Jars used:
- aspose-pdf-kit-4.7.0.jar
- aspose-pdf-4.3.0.jar
- aspose-pdf-4.3.0-jdk14.jar
================================