Re: Generating Word Documents from Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg122864] Re: Generating Word Documents from Mathematica
- From: Scott Fortmann-Roe <scottfr at gmail.com>
- Date: Sun, 13 Nov 2011 04:43:02 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <j9irqs$8ft$1@smc.vnet.net>
I am not an expert on this, but what I have done when I wanted to create a Word document is to save as HTML from Mathematica and then open the HTML document in Word. The weakness of this approach is Mathematica only exports low resolution images of plots and equations and it doesn't seem like there is any way to get it to export higher resolution images during HTML export. A resolution setting on HTML export would be very helpful. -Scott On Nov 11, 2:02 am, "Kevin J. McCann" <Kevin.McC... at umbc.edu> wrote: > Is there a way to generate a formatted word document from Mathematica. I > have done this before with C#, but do not see how to pull it off with > Mathematica. Any help would be appreciated. > > Thanks, > > Kevin