[Image-SIG] printing under windows
Juan Pablo Romero
jpablo@kan.ajusco.upn.mx
15 Aug 2002 17:37:24 -0500
Hi all!
I'm building a little app using tkinter/windows; it draws something on
the screen and possible prints it.
Right now I'm using Tkinter.Canvas.
My questions is: There exist some way to print canvas content in windows
(without exporting to postscript)?
I realize that I could do the drawings using PIL and then save the
images in several formats; but I'd like to use something like a
metafile.
Thanks in advance.
Juan Pablo