Hi,
Thanks for your inquiry.
While using the latest version of Aspose.Words i.e. 15.8.0, I managed to reproduce this issue on my side. I have logged this issue in our bug tracking system. The issue ID is WORDSNET-12392 . Your thread has also been linked to this issue and you will be notified as soon as it is resolved. Sorry for the inconvenience.
Moreover, in this case, you should just call Document.UpdateTableLayout method before rendering to PDF/TIFF format; only in rare cases where you confirmed that tables appear incorrect in the output document. I hope, calling this method will help to correct the output. Here is how you may use it:
Document doc = new Document(“C:\temp\in.htm”);
doc.UpdateTableLayout();
doc.Save(“C:\Temp\out.tiff”);
Best regards,
calling this method does not make a difference.
Hi,
The issues you have found earlier (filed as WORDSNET-12392) have been fixed in this Aspose.Words for .NET 23.8 update also available on NuGet.