Issue with table border when saving as PDF

Hi,

I’m currently evaluating Aspose.Words for .NET and am having a bit of an issue when saving as a pdf. We need a tool that can allow us to generate a document and save as either docx or pdf, so we thought Aspose.Words would be perfect.

The issue involves the rendering of table borders. The bottom border isn’t long enough in the PDF version. The code below demonstrates the issue (Doc.docx is attached to this post).

private static void Main(string[] args)
{
    var document = new Document(@"Doc.docx");
    document.Save("Doc.pdf");
    Process.Start("Doc.pdf");
}

I used Aspose.Words version 14.12.0.0 to generate
I viewed the PDF in Adobe Reader 11.0.10

Is there something different I should be doing to get it to render as I expect?

Thanks!

Hi Thomas,

Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 14.12.0, I managed to reproduce this issue on my side. I have logged this issue in our bug tracking system. The ID of this issue is WORDSNET-11419. Your thread has also been linked to the appropriate issue and you will be notified as soon as it is resolved. Sorry for the inconvenience.

Best regards,

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