Re: Printing widgets and printing PNG and/or JPG files

[email protected] (Jeff Hobbs) Sun, 1 Jan 2012 13:38:13 -0800
Newsgroups perl.tcltk
Message-ID <[email protected]>
On 2012-01-01, at 1:11 PM, gary sachs wrote:
> Rather than re-invent the wheel... does any one have code and/or widgetfor PERL and TkX they can share that will print a PNG and/or JPEG files?
> This is on a WINDOWS XP and/or WINDOWS 7 OS.

Printing in Tk is still a per-platform specialty, but there are a couple options on Windows. I would recommend reviewing the tkprint extension, then seeing what else might work for you at:
	http://wiki.tcl.tk/2497 (TkPrint)
	http://wiki.tcl.tk/11319 (Printing under Windows)

Jeff