Conversion RTF to PDF inconsistent table width

I’ve encountered a strange problem, and need to understand why it’s happening and how to overcome it.

I will attach the original RTF and screen-shots of the document in MS Word and the resulting PDF after conversion via Aspose.Words.

I would like to understand why the PDF is rendered with such narrow table cells vs. the page width cells that show in MS Word???

Thank you !
Ken Kennedy

Here are the files I referred to in a zip file…bad_conversion.zip (415.7 KB)

@kkennedy,

We tested the scenario and have managed to reproduce the same problem on our end. For the sake of correction, we have logged this problem in our issue tracking system. The ID of this issue is WORDSNET-18524. We will further look into the details of this problem and will keep you updated on the status of correction. We apologize for your inconvenience.

As a temporary workaround, please use the following code:

Document doc = new Document("E:\\bad_conversion\\bad_conversion.rtf");
doc.UpdateTableLayout();
doc.Save("E:\\bad_conversion\\19.4.pdf");

The issues you have found earlier (filed as WORDSNET-18524) have been fixed in this Aspose.Words for .NET 22.5 update also available on NuGet.