Reputation: 1301
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?
Upvotes: 0
Views: 3290
Reputation: 81
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.
Upvotes: 2