[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Ghostscript problem



I am trying to put together a filter for Cups to ensure that my elderly 
Postscript printer only gets given Postscript Level 1 commands.  Following
advice on the Cups list I creates a filter as below:-

        #!/bin/sh
        /usr/bin/gs -sDEVICE=pswrite -s"OUTPUTFILE=%stdout" \
            -dQUIET -dDEBUG -dPARANOIDSAFER -dNOPAUSE -dBATCH \
            -dNOMEDIAATTRS -s"stdout=%stderr" -

When I do this I get an Unable to open the initial device error, and gs
quits.

Any ideas as to how to get rid of the initial device error?

David


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: