How would i print contents of a Python Tkinter.Canvas control?
I've read that it is possible to print to a postscript printer from this control but examples are hard to come by.
So, any ideas how what is needed to print the contents (including images)? If you've got a cross-platform method all the better!