[wxPython-users] Printing from STC
Christopher Barker
Chris.Barker at noaa.gov
Mon Jun 11 14:44:20 PDT 2007
Ed Leafe wrote:
> Is not a
> generic wxPython printing solution. I don't think such a beast exists.
I think what people want (and doesn't exist), is not a printing solution
(wxPrintDC works pretty well), but rather a layout/typesetting solution.
wxHTMLEasyPrinting
is the closest we have.
Unfortunately, layout and typesetting (particularly decent typesetting)
is a very hard problem. I know I'd love to have TeX embedded to do
typesetting for me, but alas, TeX is not designed to be embedded. There
have been folks working on it in the past, but I don't think anything
has come of those efforts.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
More information about the wxpython-users
mailing list