Word 2010 + Save math equation as image

冷暖自知 提交于 2019-12-13 03:21:08

问题


how can I save a math equation (from a word document) as an image, using c#?? Perhaps, I should use openxml sdk ? Anyone can help?


回答1:


Save the document as Word 97-2000 (i.e. .doc instead of .docx) then save the document as a webpage. All equations will be saved as image in the for_img directory.



来源:https://stackoverflow.com/questions/6533984/word-2010-save-math-equation-as-image

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!