Similar to wxHtmlEasyPrinting, except this is actually useful.
The following additions are present:
| Method Summary |
| |
__init__(self,
parent,
config,
configstr)
|
| |
OnPreviewClose(self,
event)
|
| |
PageSetup(self)
|
| |
PreviewText(self,
htmltext,
basepath,
scale)
|
| |
PrinterSetup(self)
|
| |
PrintText(self,
htmltext,
basepath,
scale)
|
| |
SetParentFrame(self,
parent)
|
| |
_configtopagesetupdata(self,
psdd)
|
| |
_configtoprintdata(self,
pd)
|
| |
_getprintout(self,
htmltext,
basepath,
scale)
|
| |
_pagesetupdatatoconfig(self,
psdd)
|
| |
_printdatatoconfig(self,
pd)
|