| Date: | Wed, 2 Sep 1998 08:06:01 -0400 |
| Reply-To: | John-Gebert <JGebert@OFFICEDEPOT.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU> |
| From: | John-Gebert <JGebert@OFFICEDEPOT.COM> |
| Subject: | Re: Graphics driver tuning |
| Content-Type: | text/plain |
|---|
Here're the parameters I used for my 1600C, it works every day:
proc gdevice c=SASHELP.devices nofs;
copy hpxl300 from=sashelp.devices newname=dj1600c;
modify DJ1600C
des='HP DeskJet 1600C'
lrows=50
lcols=72
horigin=0.000
hsize=0.000
xmax=8.000
ymax=10.000
xpixels=8128
ypixels=10160
gprolog='1B252D31323334355840504A4C20454E544552204C414E'x
'47554147453D50434C0A1B451B253142494E3B5452303B'x
gepilog='1B2531411B252D313233343558'x
;
Have fun!!
John Gebert
Office Depot Inc.
Systems Programming
Phone: (561) 438-1261
Fax: (561) 438-7370
|