search for: depscrop

Displaying 2 results from an estimated 2 matches for "depscrop".

2009 Sep 04
3
eps file with embedded font
Dear list, I am trying to make eps file with embedded font. I use: postscript("ranking-exp-all.eps", horizontal=TRUE, onefile=FALSE, paper="special", height=8, width=12, family="Helvetica") # plot stuff dev.off() since R does not embed font, I then use: embedFonts(file="indegdistr.eps", outfile="indegdistrEMB.eps",
2009 Sep 11
3
For sending my R package as part of R-project
...OutputFile=/tmp/RtmplPWs8l/Rembed24b931bd -sFONTPATH= test1.eps >>> >>> A quick study of the ghostscript documentation revealed the existence >>> of some "EPS Parameters", of which the only one that seemed relevant >>> was: >>> >>> -dEPSCrop >>> Crop an EPS file to the bounding box. This is useful when >>> converting an EPS file to a bitmap. >>> >>> Bitmap or no, "cropping to the bounding box" looks like just the >>> thing to do, provided the "bounding box" in...