On 6/6/07, Christian Seberino <[EMAIL PROTECTED]> wrote:
Is there an mpage type app to put multiple PDFs on one page?
mpage works for Postscript but not PDF.
pdf2ps increases file size by a horrendous amount.
mpage takes forever on that output so I'd rather avoid pdf2ps.
Look at the Multivalent Document Tools. Written in Java.
Impose v1.2 -- n-up for printing, booklets, and sophisticated imposition
< http://multivalent.sourceforge.net/Tools/index.html >
Here is a really simple shell script that I wrote for "pdf2up", using
their tool. There are lots of other fancy features that I did not
need.
[EMAIL PROTECTED] ~]$ cat $(which pdf2up)
#!/bin/sh
java tool.pdf.Impose -nup 2 -paper letter $*
carl
--
carl lowenstein marine physical lab u.c. san diego
[EMAIL PROTECTED]
--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list