Christian Seberino wrote:
Is there an mpage type app to put multiple PDFs on one page?
Yes. Investigate pdftk.
mpage works for Postscript but not PDF.
You mean it works for PS 2 but not PS 3. PDF is nothing more than compressed PS 3 with a couple extensions added in. Most printers that can eat PS 3 can directly print PDFs.
pdf2ps increases file size by a horrendous amount. mpage takes forever on that output so I'd rather avoid pdf2ps.
What are you trying to do, superimpose one PDF onto the top of another? This is actually quite trivial to do using pdftk.
pdftk foreground.pdf background background.pdf output merged.pdf viola. Works like a charm! -Kelsey -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
