Reverse conversion (.docx to options json) #1368
Locked
iamelru
started this conversation in
Ideas / Requests
Replies: 1 comment
-
Sorry, nope, this is out of scope I am afraid docx is supposed to only be one way |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Do you have plans on implementing a reverse functionality that will generate a
.json
off of.docx
? For example, it could parse.docx
and return a class name and options as.json
:{ elem: 'TextRun', text: 'Hello world', bold: true}
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions