Pdf to image conversion dropping topo map content

Hi--

I am converting a pdf to an image. Everything works except for the topographic map conversion.

Here's the code that is used:
PdfConverter pc = new PdfConverter();
pc.BindPdf(s);
pc.DoConvert();
pc.GetNextImage(image, System.Drawing.Imaging.ImageFormat.Png);
System.Drawing.Image img = Bitmap.FromStream(image);
I have attached the source and result files.
Please advise. Thanks!
Randall

Hi Randall,

Thank you for sharing the template file and sample code.

I have tested your issue with the latest version of Aspose.Pdf for .NET v6.7 and I am unable to reproduce your mentioned issue (resultant file attached). Please download and try the latest version and let us know if you face any issue.

Also, I would like to inform you that Aspose.Pdf for .NET and Aspose.Pdf.Kit for .NET have been merged into a single product and Aspose.Pdf.Kit for .NET has been discontinued as a separate product. All the features of Aspose.Pdf.Kit for .NET are available under Aspose.Pdf.Facades namespace of Aspose.Pdf for .NET v6.x. You can check the following documentation links to upgrade your code from Aspose.Pdf.Kit for .NET to the new merged Aspose.Pdf for .NET.

http://www.aspose.com/blogs/aspose-blogs/shahzad-latif/archive/2011/06/11/migrating-from-legacy-code-to-merged-aspose.pdf-for-.net.html

Please feel free to contact support in case you need any further assistance.

Sorry for the inconvenience,