BindXML() fails when XLS contains an image

I am using the method outlined in the documentation to convert XLS to PDF, which ends off with this code (at this stage the valid XML file exists):

Aspose.Pdf.Pdf _asposePdf = new Aspose.Pdf.Pdf();
_asposePdf.BindXML(_auxFile, null);
_asposePdf.Save(_tempStream);

After BindXML() the PageCount is still zero, but if I remove the following line it works and the PageCount is correct:

The referenced file does exist and it is a valid WMF.

Can we get an urgent patch for this?

Hi,

Can you please share the source file with us, so we could investigate the issue at our end?

You can attach the file with the post while replying. Also, any other related information would be appreciated.

Regards,