Version 8 Convert to PDF changes table cell padding

Hi,
Table Cells:
- After updating our version 7 to 8, the converted document changes the table cell padding.
Table Header Rows
- I have also noticed that table row headers are still not working in version 8 when converting to pdf.
Watermark
- I have inserted a text watermark. The watermark appears in the converted docx, but not in the pdf. I am using the SaveToPdf function, not legacy.
I have attached the source rtf, and the converted pdf and docx for your perusal.
- UPDATE:
Sorry, the attachment had the wrong source rtf. I have updated accordingly
Thanks

Hi

Thanks for your request. I cannot reproduce the problem on my side using the latest version of Aspose.Words (8.0.0). I use the following code for testing:

Document doc = new Document(@"Test001\Test.rtf");
InsertWatermarkText(doc, "DRAFT");
doc.Save(@"Test001\out.docx");
doc.SaveToPdf(@"Test001\out.pdf");

The InsertWatermarkText method you can find here:
https://docs.aspose.com/words/net/working-with-watermark/
Regarding Table Header Rows, Aspose.Words still does not support this feature. You will be notified as soon as this feature is supported.
Best regards,

The issues you have found earlier (filed as 6839) have been fixed in this update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(66)