is it possible you can't convert a string to a wor...
# suitescript
r
is it possible you can't convert a string to a word doc? idk about word underlying structure... html? xml?
n
Word document was easily created using html.
Plaintext hack works.
r
editable in word after save?
n
Yes.
mindblow 1
It even added images via img tag of HTML.
Thanks for your help.
r
wait, you stringified html, then base 64 encoded it?
n
I didn't convert it. I saved it as a Plain Text as type and put the .doc in the name.