PdfConverter.SaveAsTIFF not saving images embedded in PDF file

When I use SaveAsTIFF to convert a PDF file to a TIFF file it doesn’t save the images that were embedded in the pdf source file. Is this a constraint of the evaluation version?

Also, the following code does not save images either. And this code came straight from the Wiki.

PdfConverter converter = new PdfConverter();
converter.BindPdf(source);
converter.DoConvert();

int imageCount = 1;
while (converter.HasNextImage()) {
converter.GetNextImage(prefix + imageCount.ToString() + “.bmp”, ImageFormat.Bmp);
imageCount++;
}

Could you please send your test PDF file to yuan.georgie@aspose.com?

Could you please send your test PDF file to yuan.georgie@aspose.com?
I will test it and reply you ASAP.

Yes, I will send it in the morning when I’m back at work.

Is there a 2nd email address I can send the pdf file to? I tried sending it to the one you specified above but it got kicked back to me saying it was unreachable.

Please attach your files by using any of the methods mentioned in the following article.