Text position is changed after DOCX to PDF conversion using .NET

Aspose Words for .Net 20.7.0

sample code
static void TestMisplaced()
{
var inpf = @“D:\JIRA\PTFDSERVIC-181\Test 1.docx”;
var outf = @“D:\JIRA\PTFDSERVIC-181\Test 1conv.pdf”;
var doc = new Aspose.Words.Document(inpf);
doc.Save(outf, Aspose.Words.SaveFormat.Pdf);
}

See attached documents for result.
Thanks,
PierrePTFDSERVIC-181.zip (200.8 KB)

@pnocera

We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-20862 . You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

Hi Tahir,

I see the issue status is closed, but I didn’t receive any update.

Was the issue fixed ?

Thanks,
Pierre

@pnocera

Yes, this issue has been closed and its fix is available in the latest version of Aspose.Words for .NET 20.9. Please use Aspose.Words for .NET 20.9.

The issues you have found earlier (filed as WORDSNET-20862) have been fixed in this Aspose.Words for .NET 20.9 update and this Aspose.Words for Java 20.9 update.