Getting "Cell width is too small: 49.5" error

I saved a word document that was edited using Aspose.Word in FormatAsposePdf format. I then tried to bind this xml file to a new pdf document and then save the pdf. But when I go to save, I keep getting this exception:

"Cell width is too small: 49.5"

Here’s my code snippet:

doc.Save(“c:\temp\new.xml”, SaveFormat.FormatAsposePdf)
Dim pdf As Aspose.Pdf.Pdf = New Aspose.Pdf.Pdf
pdf.BindXML(“c:\temp\new.xml”, Nothing)
pdf.IsImagesInXmlDeleteNeeded = True
pdf.Save(“c:\temp\new.pdf”)

Any help would be greatly appreciated as we are currently evaluating whether or not to purchase Aspose.Pdf.

Thanks,

Steve

Dear Steve,

Thank you for considering Aspose.

Can you please send the XML to me? I will solve this problem ASAP.

I sent the xml to you in a private message. Please let me know if you didn’t get it.

Thanks,

Steve

Dear Steve,

Thank you for considering Aspose.

Are you sure it is the xml that can reproduce this error? I have tested the XML and generated the pdf without any error.