LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (October 2007, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 11 Oct 2007 21:39:47 -0400
Reply-To:   Rose Grandy <rose.grandy@ABBOTT.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Rose Grandy <rose.grandy@ABBOTT.COM>
Subject:   SAS/Graph RTF w/PNG device driver

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" ;


Back to: Top of message | Previous page | Main SAS-L page