GetNextImage from pdf results in blank output image (PNG- pdf.kit 3.7.0.0)

The new release of pdf.kit (3.7.0.0) fixed some problems we had with pdf converting to images, but a new issue with converting to images came in place.

For some pdf's we get blank images as a result.

Code used in .net:

while (converter.HasNextImage())
{
imageCount++;
converter.Resolution = 150;
converter.GetNextImage(prefix + imageCount + suffix, ImageFormat.Png);
}

With similar generated pdf's we didn't have this problem with older versions of pdf.kit.

PDF is attached.

Hopefully this issue will be solved quickly, because the other fixes work just fine.

Regards,

John

Hi John,

This issue is logged as PDFKITNET-10997 in our issue tracking system. A fix for this issue will be available in our upcoming monthly release due at the end of October.

We’re sorry for the inconvenience.
Regards,

The issues you have found earlier (filed as 10997) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.