show PDF in wxPython?

norseman norseman at hughes.net
Tue Apr 14 19:10:58 EDT 2009


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



More information about the Python-list mailing list