Hi ,
Description : When rendering a rich text input containing a table, the output appears as expected in the browser. However, when the same input is used for LINQ reporting enigne with the html
switch, the table unexpectedly displays red borders in both DOCX and PDF outputs.
Observations:
- The issue appears to be caused by the
bordercolor='buttontext'
property, which is part of the input. Unfortunately, we do not control this input. - In the browser, this issue does not occur, as the CSS seems to override the
bordercolor
property. - I also tried using the
<<html [node.test] -sourceStyles>>
syntax, but the issue persists.
Attachments:
I have included the input template, outputs, index.html, and JSON for your reference.
Environment Details:
- Aspose.Words Version: 24.6
- The environment where the issue was first observed has a valid Aspose.Words license.
Looking forward to your feedback and guidance on resolving this issue.
richtext_issue.zip (64.7 KB)