Document doesn't have border when it is saved as pdf

Hi,

I have document with two lines in table. When I read this file and save as word then everything is okay. When I save the same document as pdf then one line is missed.

Please see the code example and the sample document to replicate the issues.
Document doc = new Document(@“Template.docx”);
doc.Save(@“Test-word.docx”);
doc.Save(@“Test-pdf.pdf”);

Thanks,
Monika

Test-pdf.pdf (51.9 KB)
Template.docx (8.7 KB)
Test-word.docx (19.1 KB)

@acturisaspose,
We have tested the scenario and 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-22912. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

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