[Tutor] Printing

Alan Trautman ATrautman@perryjudds.com
Wed, 17 Jul 2002 13:11:25 -0500


All,

I think I found at least a good source for printing formatted documents in
Python in the Windows environment:)

wxPython (part of ActiveState at
http://aspn.activestate.com/ASPN/Downloads/ActivePython/Extensions/) has a
printout class the separates the text from the formatting and allows you to
format the text on the fly. It also handles the communication with the
printer for you. There is also a preview mode. It appears at this time that
both HP LaserJet's and HP Inkjets work well with it.

Thanks 
Alan