Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2014 23:18:47 -0700
From:      Martin Alejandro Paredes Sanchez <mapsware@prodigy.net.mx>
To:        Beeblebrox <zaphod@berentweb.com>, freebsd-questions@freebsd.org
Subject:   Re: printcap configuration problem (if-MAPS 1/4)
Message-ID:  <20140824231847.5c74371d@morena.maps.net>
In-Reply-To: <20140824164923.43152843@morena.maps.net>
References:  <1405676044178-5929730.post@n5.nabble.com> <alpine.BSF.2.11.1407180554080.77290@wonkity.com> <53C919E0.6070008@bananmonarki.se> <alpine.BSF.2.11.1407180725500.77290@wonkity.com> <20140718183958.1864052a@rsbsd.rsb> <20140727221419.35efb9b0@morena.maps.net> <1406966714419-5934110.post@n5.nabble.com> <1406986762673-5934162.post@n5.nabble.com> <alpine.BSF.2.11.1408021027580.67716@wonkity.com> <20140803083513.47e21f3b@rsbsd.rsb> <20140807225729.69db80ef@morena.maps.net> <20140819090205.111cba9a@rsbsd.rsb> <20140824164923.43152843@morena.maps.net>

next in thread | previous in thread | raw e-mail | index | archive | help
El Sun, 24 Aug 2014 16:49:23 -0700
Martin Alejandro Paredes Sanchez <mapsware@prodigy.net.mx> escribi=F3:
> El Tue, 19 Aug 2014 09:02:05 +0300
> Beeblebrox <zaphod@berentweb.com> escribi=F3:
> >
> > * I need a filter where I can a) set HWresolution, and b) set pages
> > per sheet, like 4 pages of pdf file on one A4 sheet, landscape mode,
> > minimum or no margins between pages so as to minimize white space.
>=20

This can be accomplish using the next command

lpr -P lj2100 -Z 600dpi,nup=3D4,a4,landscape FileToPrint

In nUp printing, there are 2 type of margins

1.- around the whole page (The printer minimum margins on each edge)
2.- around each page on a sheet (nUpMargin in PostScript points)

lpr -P lj2100 -Z 600dpi,nup=3D4,a4,landscape,nupmargin=3D25 FileToPrint

HTH
Martin Paredes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140824231847.5c74371d>