Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > d28aa3e8cda971dba1970008aa666944 > files > 319

printer-filters-1.0-102mdk.ppc.rpm

> Date: Mon, 12 Nov 2001 00:20:05 -0200 (GMT+2)
> From: Rildo Pragana <rildo@pragana.net>
> To: "Roy, Rob____________PTC_ENG" <rob.roy@pentaxtech.com>
> Subject: Sketch of the command line driver.
> 
> Hi Rob Roy,
> 
> Here is the driver, except for blank compression, and some other
> annoyances.
> 
> The general command format is:
> 
> pentax [options] files.ps ...
> 
> The command line options (switches) are:
> 
> -2             choose 200x200 dpi (default is 300x300)
> -R             reset-only (don't print anything)
> -T             choose text-quality output (default graphics quality)
> -d <n>         set density to <n>
> -w <n>         set paper width to <n>  (default: letter paper width)
> -h <n>         set paper height to <n> (default: letter paper height)
> -o <fname>     (not yet implemented) send output to file
> -p <lp device> (not yet implemented) choose printer device
> 
> Example: Print 2 documents doc_a.ps and doc_b.ps with text quality.
> 
> pentax -T doc_a.ps doc_b.ps
>