On Wed, 2004-03-24 at 19:27, dave wrote:
> Big topic .....
> 
> anyone here on the list have any exposure to doing one ????
> 
> be interested in finding out the howto�s of development.
The closest I have ever come is writing a small Python program to send
JCL commands to a Kyocera/Mita Printer-Scanner-Photocopier so I could
control how the machine duplexes, staples, and punches holes.  Otherwise
I only deal with PostScript printers because PostScript 

        newpath
        0 0 moveto
        (Rocks) show
        showpage

(And I do not have to buy my own printers, so it's PS all the way!)

You do not need to send JCL commands to do the fancy things, that is
what PPD (PostScript Printer Description) files are for, but I did not
know that at the time :)
-- 
Michael JasonSmith                                   http://www.ldots.org/


Reply via email to