Hello,
I noticed difference in table’s output between pdf and dotx formats.
1st column is moved to left instead of having similar width as 2nd column.
The code to replicate issue is:
var rawHtml = @"D:\\input.html";
var document = new Document(rawHtml);
document.Save(@"D:\output.docx");
document.Save(@"D:\output.pdf");
files.zip (59.8 KB)
Another html’s example is:
example2.zip (61.6 KB)
Could you investigate, please?
Thanks