Postscript printing in Python

Fredrik Lundh fredrik at pythonware.com
Thu Sep 23 04:55:38 EDT 1999


Clement <clement at ans.com.au> wrote:
> I checked the libraries and other Python documentation and failed to
> find any help on printing to a postscript printer!

a few options:

there's PIDDLE:
http://www.strout.net/python/piddle/intro.html

if you have PIL installed, there's a very basic PostScript
driver in there:
http://www.pythonware.com/library/pil/handbook/psdraw.htm

and yes, Tkinter can print the contents of a canvas to a
PostScript printer, and Grail (http://grail.cnri.reston.va.us/grail/)
comes with an HTML to PostScript converter...

</F>





More information about the Python-list mailing list