Hello,
Executing the following code on the attached document produces an image that is ruined compared to the original.
PdfConverter converter = new PdfConverter();
converter.bindPdf(in);
converter.doConvert();
Best regards,
Werner.
converter.bindPdf(in);
converter.doConvert();
if (converter.hasNextImage())
{
converter.getNextImage(out, ImageType.PNG);
}
It also writes the following on the terminal:
com/aspose/pdf/kit/res/font/Identity-H: jar:file:/var/local/apache-tomcat-5.5.23/temp/pincette.efe1c560-bc5c-fe1d-2f4b-972c735b02e4.tmp/configuration/modules/aspose-pdf-kit-4.2.0.jar!/com/aspose/pdf/kit/res/font/Identity-H
java.lang.NullPointerException
java.lang.NullPointerException
java.lang.NullPointerException
java.lang.NullPointerException
java.lang.NullPointerException
java.lang.NullPointerException
java.lang.NullPointerException
java.lang.NullPointerException
com/aspose/pdf/kit/res/font/Identity-H: jar:file:/var/local/apache-tomcat-5.5.23/temp/pincette.f17b9f40-bc5c-fe1d-b96c-a5e3b68315ab.tmp/configuration/modules/aspose-pdf-kit-4.2.0.jar!/com/aspose/pdf/kit/res/font/Identity-H
Werner.