Word to PDF - with borders

I’m having issues converting a particular word document to a PDF. Attached is a sample of the word document thats causing me issues. Error generated is: “Unknown sub element in Border element. The element name is Box.” Line of code causing the error is: pdf.BindXML(xmlDoc, Nothing )
Thanks

Hello!
Thank you for reporting this.
Box border element was introduced recently. Please upgrade Aspose.Pdf to version 3.7.0.0:
https://releases.aspose.com/pdf/net/
Regards,

That fixed it. Thank You!