alejandro wrote:
I would like to import a pdf in a wxPython widget, but didn't find any solution. The imported PDF should work like if it were open in IE or Mozilla... Sugestions? Solutions?



P.S.
I would like to thank Dennis Lee Bieber for the help about parallel ports... I forgot to do it :-(

--
http://mail.python.org/mailman/listinfo/python-list

=================================================

"work like if it were open in IE"
IE opens the Adobe reader.
If that is what you want, look at lib.pdf section 14.1.2 "popen3"
After file is acquired by python, python can run the adobe reader on it.

Steve
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to