Mpage And pstops
It is annoying that there is no simple solution for printing two pages on a single sheet of paper under UNIX systems, while under Windows it is simply a select box in print GUI. There are two ways under UNIX to do this, which are mpage and pstops.
Using mpage
$ mpage -2 input.ps > output.ps
Using pstops
$ pstops "2:0L@.7(21cm,0)+1L@.7(21cm,13cm)" input.ps output.ps
Note that files to be printed, but in other formats, need to be converted to PostScript (.ps) format first.
December 12th, 2005 at 2:23 pm
“mpage -m0000 -M0000″ to use more space.
From man page:
-m Specify sheetmargin (no space): [[lrtb]*]*
-M Specify pagemargins (no space): [[lrtb]*]*
December 12th, 2005 at 5:04 pm
Thanks for the tips!
December 15th, 2005 at 8:21 pm
リニューアルしました
October 12th, 2006 at 4:20 pm
I don’g get it…this is not really for dummy