I have a docx file that I try to parse into HTML which works pretty good using microsoft office interop library. when there are some math equations in the docx file it parse them as images.
My problem is that when I print it afterwards it looks pixelated, but when I print the doc file itself it looks good.
Is there a way to parse them as native text (some divs and spans with css) instead of images?
Thanks.