html-to-docx icon indicating copy to clipboard operation
html-to-docx copied to clipboard

How to render latex in the word doc while using html-to-docx

Open sohinim98 opened this issue 4 years ago • 1 comments

The HTML contains ng-katex that renders math equations like \frac{a}{2} (the simplest case) - however that's not rendered in the doc properly. Is there a solution/workaround?

sohinim98 avatar May 11 '21 09:05 sohinim98

You need to get the rendered html content with its styles. Pre-processing required.

image

amrita-syn avatar May 21 '21 12:05 amrita-syn