Hi,
There are cases where HTML contains CSS to hide the last column of a table. Converting this HTML to Word result in a corrupt or damaged document.
div.wrapper table tr td:last-child { display: none; }
If I remove this CSS, the conversion works fine.
Please advise,
Thanks