You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a plan for the word document package to support html tags or how i can impliment the print the below in creating word
<b>Bold first</b><div><i><b>Bold second</b></i></div><div><i><b>There are so many of us </b>asasas</i>asas<i>asasasasas<u>asasasa</u></i></div><div><i><u><br></u></i></div>
Expected Behavior
The above html string should display as bold, italic , underline formatted
Actual Behavior
Printing as string on AddText()
Please include a reproducible code snippet or document attachment that
demonstrates the issue.
The text was updated successfully, but these errors were encountered:
brandonheng168
changed the title
Can I add rich text to doc files?
Can I add html markup to doc files?
Aug 25, 2022
Description
Is there a plan for the word document package to support html tags or how i can impliment the print the below in creating word
Expected Behavior
The above html string should display as bold, italic , underline formatted
Actual Behavior
Printing as string on AddText()
Please include a reproducible code snippet or document attachment that
demonstrates the issue.
The text was updated successfully, but these errors were encountered: