Date: Fri, 16 Apr 1999 12:57:58 +1000 From: Andrew Johns <A_Johns@TurnAround.com.au> To: mbermal@ucsd.edu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ghostscript Print quality Message-ID: <3716A736.FE9748AF@TurnAround.com.au> References: <Pine.BSF.4.05.9904151938320.1596-100000@celerystick.inetworld.net>
next in thread | previous in thread | raw e-mail | index | archive | help
man gs is your friend:
To select the density on a printer, use
gs -sDEVICE=<device> -r<xres>x<yres>
For example, on a 9-pin Epson-compatible printer, you
can
get the lowest-density (fastest) mode with
gs -sDEVICE=epson -r60x72
and the highest-density mode with
gs -sDEVICE=epson -r240x72.
Try using the -r option to gs and set a lower resolution than
the printer default.
HTH
--
Regards | _/\_/\
Andrew Johns BSc (Comp Sci) | / \
TurnAround Solutions Pty Ltd | \_...__/
http://www.turnaround.com.au/ | \/
"The box said 'Requires Windows 95, NT, or better,' so I
installed FreeBSD."
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3716A736.FE9748AF>
