Table content is lost after OTT to PDF conversion

Hi Aspose team,
I’m using Apsose Word version 23.12. When I convert OTT to PDF, some table data is lost. Here is my current code:

var opt = new Aspose.Words.Loading.LoadOptions
{
    LoadFormat = Aspose.Words.LoadFormat.Auto
};
var doc = new Document(inFile, opt);
doc.AcceptAllRevisions();
doc.Save(outFile, Aspose.Words.SaveFormat.Pdf);

sample.zip (407.6 KB)
The table data in page 10, 15, 18,… is lost. Please help me check and fix this issue.
Thanks.

@dunghnguyen
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-27439

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

1 Like