Hi sirs,
I use Aspose.Words Convert html to docx file.
table’s width are changed after conversion from html to docx.
string htmlFile = @"d:\wda.html";
string docxFile = @"d:\wda.docx";
var doc = new Document(htmlFile);
doc.Save(docxFile);
attachments are the testing files.
thanks for your help.