BindXML Method - System.ApplicationException

“Unknown attribute in Row element. The attribute name is FixedRowHeight.”

XML generated by the Aspose Word assembly is attached.

My code:

Dim pdf As New Aspose.Pdf.Pdf
pdf.BindXML(“test.xml”, Nothing)

Stack:

at Aspose.Pdf.Xml.ah.a(Pdf A_0, Section A_1, HeaderFooter A_2, Table A_3, XmlTextReader A_4, y A_5)
at Aspose.Pdf.Xml.am.a(Pdf A_0, Section A_1, HeaderFooter A_2, Cell A_3, y A_4, XmlTextReader A_5)
at Aspose.Pdf.Xml.v.a(Pdf A_0, XmlTextReader A_1)
at Aspose.Pdf.Xml.m.a(ac A_0, XmlTextReader A_1)
at Aspose.Pdf.Xml.ac.a(XmlTextReader A_0)
at Aspose.Pdf.Xml.ac.a(XmlDocument A_0, XslTransform A_1)
at Aspose.Pdf.Xml.ac.a(Pdf A_0, XmlDocument A_1, XslTransform A_2)
at Aspose.Pdf.Pdf.BindXML(String xmlFile, String xslFile)

Hi,

Thank you for considering Aspose.

Which version of Aspose.Pdf are you using? The FixedRowHeight property is added in one of the newer version.