Date: Mon, 25 Jun 2012 15:14:33 +0200 From: Matthias Apitz <guru@unixarea.de> To: Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl> Cc: freebsd-questions@freebsd.org Subject: Re: printing jpeg slides to a Postscript printer Message-ID: <20120625131432.GA1872@tiny.Sisis.de> In-Reply-To: <alpine.BSF.2.00.1206251451320.78793@wojtek.tensor.gdynia.pl> References: <20120625091535.GA1324@tiny.Sisis.de> <20120625053713.5bd88e7d@vixen42.vulpes.vvelox.net> <20120625124710.GA1827@tiny.Sisis.de> <alpine.BSF.2.00.1206251451320.78793@wojtek.tensor.gdynia.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
El día Monday, June 25, 2012 a las 02:52:24PM +0200, Wojciech Puchar escribió: > simplest case: > > 1)convert them in batch to postscript. I did this already with: for i in *.jpg do ; convert $i $i.ps ; done this works fin; > > 2)place it with mpage, many on one page. and now a mpage -bA4 -4 *.ps > /tmp/all.ps gives a 10 page PS file, each page divided by fine lines into 4 sub pages; but on any of the 10 pages one of the slides is put into the upper left sub page area; what I'm missing? the man page of mpage says "... with the text reduced in size so that several pages appear on one sheet of paper..."; it seems it does work with images, or? matthias -- Matthias Apitz e <guru@unixarea.de> - w http://www.unixarea.de/ UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370) UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120625131432.GA1872>