Word to PDF Table cell borders near vertically merged cells - bug 5662

I have an open issue with (#5662) related to table cell borders “growing tails” when a cell with borders is next to a vertically merged cell.
Is there an ETA on when this issue will be addressed? It has been an ongoing issue for our documents for quite some time now.
I can upload examples if you need them again.
Thanks,
Todd

Hi

Thanks for your request. As I can see you use old PDF conversion method, which needs Aspose.Pdf. Please try using new SaveToPdf method, and let me know in case of any issues.

Document doc = new Document(@"Test\in.doc");
doc.SaveToPdf(@"Test\out.pdf");

Best regards,

Andrey-
Sorry, I should have been more explicit. While the intiial error did show up using the old BindXml etc etc method to get a PDF out of a Word doc, the new SaveToPDF method still causes the “trailing borders” issue. The new save mechanism has solved many other issues we had in regards to spacing, but the borders issue still exists.
Thanks,
Todd

Hi

Thank you for additional information. I managed to reproduce the problem. Your request has been linked to the appropriate issue. You will be notified as soon as it is resolved.
Best regards,