Re: Aspose pdf page to Png image conversion is very slow

Hello Aspose-Team,

unfortunately I have got exactly the same problem (in Java). At the moment we are searching for alternatives for Aspose.

To be more precise:

It takes 28 seconds to convert the attached document to jpeg.

With another (free!) tool it only takes 6.7 seconds.

Thanks & Regards




My Code:

Document doc = new Document(pathToDocument);
int pageCount = doc.getPages().size();
for(int i = 1; i <= pageCount; i++){
Page page = doc.getPages().get_Item(i);
Resolution res = new Resolution(150);
JpegDevice jpegDevice = new JpegDevice(res, 90);
jpegDevice.process(page, outputPath);
}

Hi Alexander,


Thanks for contacting support.

I have tested the scenario and I am able to
notice the same problem. For the sake of correction, I have logged this problem
as PDFNEWJAVA-35491 in our issue tracking system. We will
further look into the details of this problem and will keep you updated on the
status of correction. Please be patient and spare us little time. We are sorry
for this inconvenience.