Thread Subject: eps files into word2007

Subject: eps files into word2007

From: Anthony Silva

Date: 2 Sep, 2007 00:13:40

Message: 1 of 2

Hi,

I need to use some graphs created on MATLAB in my word
document. At the moment I'm using word 2007 because I need
some features that word 2003 do not have.
First I export MATLAB graphics into *.emf but the print
quality in word is very poor... Then I export into *.eps and
insert it into word. Therefore, I need to convert the *.doc
into *.pdf because eps needs a postscript printer. However,
when I do it, an error occurs and pdf file is not created.
I've tried with word 2003 and all went fine. This, I think
it is a eps/word2007 issue, but I don't know how to solve it.

Any idea to solve it? Either for using the eps files that
I've created or to insert MATLAB graphs (on another format
besides eps) in word without resulting in poor quality prints?
Thanks

Subject: eps files into word2007

From: Yair Altman

Date: 2 Sep, 2007 13:40:35

Message: 2 of 2

"Anthony Silva" <antonio378@gmail.com> wrote in message
<fbcv7k$du1$1@fred.mathworks.com>...
> Hi,
>
> I need to use some graphs created on MATLAB in my word
> document. At the moment I'm using word 2007 because I need
> some features that word 2003 do not have.
> First I export MATLAB graphics into *.emf but the print
> quality in word is very poor... Then I export into *.eps and
> insert it into word. Therefore, I need to convert the *.doc
> into *.pdf because eps needs a postscript printer. However,
> when I do it, an error occurs and pdf file is not created.
> I've tried with word 2003 and all went fine. This, I think
> it is a eps/word2007 issue, but I don't know how to solve it.
>
> Any idea to solve it? Either for using the eps files that
> I've created or to insert MATLAB graphs (on another format
> besides eps) in word without resulting in poor quality prints?
> Thanks


Try using my officedoc submission:
http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=15192

[file,status]=officedoc('myfile.doc','open','mode','append');
officedoc(file, 'write', 'title','My data', 'image',gcf);
officedoc(file, 'close');

Yair Altman
http://ymasoftware.com

Tags for this Thread

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

rssFeed for this Thread
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com