Replies: 1 comment
-
Answer at the issue you also created (#9368). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I couldn't find how to do this, so here I am...
I have a rich text editor where my users can input text, and it's saved as HTML data in my database. Users have the option to change aspects of the text, like this:
I also want to give them the option to save this data as a DOCX file. However, when I make the conversion to DOCX, it does not keep this formatting in the final DOCX file. Is there a command to keep the formatting?
I'm creating a temporary file with the HTML and converting it using this process:
Beta Was this translation helpful? Give feedback.
All reactions