Hello Team,
We are using Aspose.Words for .NET v25.1.0.
When converting a Word Document (with tracked changes) To HTML, we accept all revisions using AcceptAllRevisions(). After doing so, the table border style is miss…...code: Document doc = new Document("input.docx"); doc.AcceptAllRevisions();...AcceptAllRevisions(); doc.Save("output.html", SaveFormat.Html); Inspect...