howto setup a booklet printer

Giuseppe Barichello beppuz at freemail.it
Sat Dec 2 23:32:10 PST 2006


> Hi,
>
> I've this nice little script, which converts PS files into
> file suitable to sent immediately to my HP 1320 laserjet:
>
> #!/bin/bash
> PATH=/usr/ucb:/usr/bin:/bin:$HOME/cadbin ; export PATH
>
> usage="Usage: `basename $0` <psfile> <outfile>"
>
> if [ $# -ne 2 ]
> then
>         echo "${usage}"
>         exit 2
> fi
>
> #echo $1
>
> psbook $1 | psnup -2 | pstops "2:0 at 1.0(-0.00cm,0.0cm),1U at 1.0(21cm,29.7cm)" > $2
> #
>
> How can I setup a "booklet" printer using this script. So I would like
> to offer a logical printer to my users, which if they use it, produces
> the booklets.
>

Hi Luc,

I want to do exactly the same: did you come to a solution?

TIA,

Giuseppe




More information about the cups mailing list