On 6/7/07, Carl Lowenstein <[EMAIL PROTECTED]> wrote:
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 $*
Why not an alias? -todd -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
