Hi, Aspose.pdf version aspose-pdf-9.7.0-jdk14 run with Java 1.5 works fine with my local windows pc. when trying to execute the same code in solaris under weblogic 9, it gets stuck indefinetly when the first api of aspose is executed. For eg., the code get stucks when the below code is called
// instantiate Document Object with InputStream
Document pdfDocument = new Document(new java.io.ByteArrayInputStream(bytes));
Any help on this would be much appreciated.
Thanks,
OTC