Hello, I would avoid the use of vector files for presentation, as Powerpoint will display a rasterized version off the vectorized image (if I am not mistaken). I always directly use raster files, as png.
For eps, I use the following command in R. > postscript(file='file.eps', onefile=FALSE, horizontal=FALSE, paper='special',...) Regards, Pascal 2013/7/24 Richard M. Heiberger <[email protected]> > I have colleagues who use powerpoint. When I send my colleagues pdf files > or ps files, powerpoint > rejects them. Powerpoint does accept some eps files. > > I have been able to use pdf2ps to convert some pdf files into ps files, and > then manually > edit the ps file to eps files (following the comments in ?postscript, I > change the first line from > %!PS-Adobe-3.0 > to > %!PS-Adobe-3.0 EPSF-3.0 > and remove the line > %%DocumentMedia: letter 612 792 0 () () > ) > > For pdf and ps files that don't come from R, this construction of an eps > file is accepted by powerpoint. > > For pdf and ps and eps files from R, this does not work. > powerpoint will not take the image. instead it holds the icon, and it is > necessary to click on the > icon during the powerpoint presentation. Clicking on the icon launches > Adobe or ghostview to display > the pdf or ps or eps file. > > Does anyone know a workaround that will get vector graphics from R into > powerpoint? > win.metafile is not acceptable. The resolution of emf files from R is > worse than png files. > > Thanks > Rich > > [[alternative HTML version deleted]] > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > [[alternative HTML version deleted]] ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

