PdfConverter.GetNextImage extracts blank page

Using Aspose.Pdf.6.9.0, the second extracted page is blank.

string pdfFileName = "1205136.pdf";
PdfConverter converter = new PdfConverter();
converter.BindPdf( pdfFileName );
converter.DoConvert();

int pageNumber = 1;
while( converter.HasNextImage() )
{
string outputFile = String.Format( @"{0}\{1}-{2}.png", Path.GetDirectoryName( pdfFileName ),
Path.GetFileNameWithoutExtension( pdfFileName ), pageNumber.ToString( "000" ) );

using( FileStream fs = new FileStream( outputFile, FileMode.Create ) )
{
converter.GetNextImage( fs, System.Drawing.Imaging.ImageFormat.Png );
}
pageNumber++;
}

Hi Mike,


Thanks for using our products and sorry for the delay in response.

I
have tested the scenario and I am able to reproduce the same problem. For the
sake of correction, I have logged it in our issue tracking system as PDFNEWNET-33703. We will investigate this
issue in details and will keep you updated on the status of a correction.

We apologize for your inconvenience.

This issue has not been resolved in version 7.0.0. Do you have an ETA for resolution?

Hello Mike,


Thanks for your patience.

Our development team is working hard to get this issue resolved but I am afraid its not yet completely fixed. However I have requested the team to share the ETA regarding its resolution. Please be patient and spare us little time. We are really sorry for this delay and inconvenience.

Your patience and comprehension is greatly appreciated in this regard.

Hi Mike,


We are working on preparing a HotFix of Aspose.Pdf for .NET, which is expected to release in next week. I am pleased to share that the resolution of issue reported earlier will be included in this HotFix. So I would request you to be patient and spare us little time. We are sorry for your inconvenience.

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


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