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 (April 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, 12 Apr 2007 08:48:30 -0700
Reply-To:   shanky <shankardasm@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   shanky <shankardasm@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   Need help creating pdf files using SAS/GRAPH
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset="iso-8859-1"

Hello Everyone,

I am getting an error when I try to display multiple graphs on a single page and save it to a file with extenstion ".pdf". The following statements help me to display bmp or gif files with out any problem but i am having problem displaying pdf files. I get error " Illegal text in object". Please let me know what option am i entering incorrect.

filename fileout "Desktop\multiple_plots.(bmp gif pdf)";

goptions reset=all device=(bmp gif pdf/pdfc) horigin=1in vorigin=1in gsfname=fileout colors=(BLACK) rotate=portrait GSFMODE=replace display;

Thanks; Shanky


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