Trouble converting PDF to Images

Hey! I’ve got a PDF that has a couple pages that don’t convert properly. Most are fine, but a few just don’t look as expected. Can you take a look?


Page 6 and 14 in particular are problematic. My code is about is basic as it gets:

int i = 0;
using (var doc = new Aspose.Pdf.Document(pdfPath))
{
PdfConverter converter = new PdfConverter(doc);
converter.DoConvert();

while (converter.HasNextImage())
{
var pageNumber = i + 1;
string filename = GetCacheFileName(pdfPath, pageNumber);
if (!Directory.Exists(Path.GetDirectoryName(filename)))
{
Directory.CreateDirectory(Path.GetDirectoryName(filename));
}
converter.GetNextImage(filename, ImageFormat.Jpeg);
i++;
}
}

Hi Jerod,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Thank you for considering Aspose.Pdf.

I am able to generate your mentioned issue after an initial test. Your issue has been registered in our issue tracking system with issue id: PDFNEWNET-34072. You will be notified via this forum thread regarding any updates against your reported issue.

Sorry for the inconvenience,

Thanks Nausherwan, any change you happen to have a timeframe for me?

Hi Jerod,


As we just have been able to notice this issue, so we need little time to investigate the reasons of this problem, so my humble request is to please be patient and spare us little time. As soon as we have made some progress towards its resolution, we would be more than happy to update you with the status of correction.

Your patience and comprehension is greatly appreciated in this regard. We are sorry for the delay and inconvenience.

Hey! Just checking in to see if there’s a status update on this item. Thanks in advance.

Hi Jerod,


Thanks for your patience.

Our development team is working hard to get this issue fixed but I am afraid it’s
not yet completely resolved. Nevertheless, I have requested the team to share
the ETA regarding it’s resolution. Soon you will be updated with the status of
correction. We apologize for your inconvenience.

Your patience and comprehension is greatly appreciated in this regard.

The issues you have found earlier (filed as PDFNET-34072) have been fixed in Aspose.PDF for .NET 24.9.