[wxPython] Device context's question

Im sorry to send again and again. Mail's font is collapsed because outlook
option's problem.

I've found that "Device context" is similar with the
"Reportlab"(http://www.reportlab.com/).
I guess wxPython and Reportlab is using the PIDDLE.
The "Reportlab" can save a file to pdf file.
Is there any way that the output of the demo's "PrintFrameWork" can be
directly saved to pdf format like "Reportlab"?

Thanks

I've found that "Device context" is similar with the
"Reportlab"(http://www.reportlab.com/).
I guess wxPython and Reportlab is using the PIDDLE.
The "Reportlab" can save a file to pdf file.
Is there any way that the output of the demo's "PrintFrameWork" can be
directly saved to pdf format like "Reportlab"?

Well, you could print to a PDF Writer "printer" or you could create a class
that is compatible with wxDC, but writes to ReportLab instead of an actual
device context, but there is no automatic solution available now that I know
of.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!