Hello, the following code produces this error "Unknown sub element in Border element. The element name is Box." the word doc contains a table. please see attached.
Dim pdf As Aspose.Pdf.Pdf = New Aspose.Pdf.Pdf()
Dim pdfl As Aspose.Pdf.Pdf = New Aspose.Pdf.Pdf()
' Save the document in the Aspose.Pdf.Xml format.
Dim xmlFile As String = (sDirs(i)) & ".xml"
doc.Save(xmlFile, SaveFormat.AsposePdf)
' Read the document into Aspose.Pdf.
pdf.BindXML(xmlFile, Nothing) <----------------------here