|
I am creating a graph that is saved to an RTF file using the PNG device
driver. My problem is that in addition to getting my RTF file I am also
getting an unwanted PNG file. Is there a way to avoid this?
These are my goptions (&outname is the name of the current program w/o
extension - I am running in batch). I have tried not specifying a gsfname
but it is still created.
Many thanks
Rose
filename outpng "&outname..png";
goptions
reset=all
gsfmode=replace
gsfname=outpng
device=png
target=png
xmax=6in
ymax=9in
xpixels=1500 ypixels=2250
ftext="Times New Roman"
;
|