I am producing a Microsoft Word document at the client-side using JavaScript.
The Word document is essentially a file with HTML and a .doc
extension. Word renders my text just fine but none of the "canvas" elements will show.
I've tried converting the "canvas" to "img" with "src" attribute equating to a Base64 string.