How to: 66 lines per page with 7 lines per inch?

Kurt Pfeifle kpfeifle at danka.de
Wed Apr 19 06:14:54 PDT 2006


> Trying to print 66 lines per page with 7 lines per inch.  Adjusted
> top and bottom margins with -o page-top -o page-bottom without
> success.  Using typical HP4000 series laserjet.  Any help would be
> appreciated.


This will only work if you actually send text files to print:

  lp -d printername -o lpi=7 /path/to/file.txt

However, with 7 lines per inch, and 66 lines per page you are already
pre-determining the imageable area size of the medium to ~ 9.43 inches
(or 23.95 cm). That means you have to adapt the margins to take account
of this.

Cheers,
Kurt





More information about the cups mailing list