Peter Abraham wrote:
My questions: Is there any solution to print a "not simple" html file
(e.g with tables, images)? Can I use html 4.0? Can I use unicode
characters?
In general if it can be displayed in a wx.html.HtmlWindow then it most likely can be printed. However only a subset of html 4.0 is supported, and no CSS at all. See the docs for details.
Beside the HtmlEasyPrinting class is there any printing
solution 'inside wxPython' that works under Linux and Windows XP, too?
As Michael mentioned there is the PrintFramework as shown in the demo. It allows you to draw each page on a DC as if you were drawing it to the screen.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!