You might want to try the new pdfwin module in a newer release of
wxPython. In the old one if the acrobat version is >= 7 then it cheats
and loads the PDF in a IE activeX control instead of using PDF directly.
This is because there was some unknown thing missing from the
container provided by the older activeX module in wxPython that we could
never figure out. The newer release includes a new ActiveX base
implementation based on comtypes and ctypes.
--
Robin Dunn
Software Craftsman
http://wxPython.org
I upgraded from P2.5 / wxPython 2.8.7.1 tp
P2.6 / wxPython 2.8.10.1
but the problem didn't solve.
Also the wxPython demo showed an error.
I've to admit that on this test PC, 3 different pdf-readers were installed:
Adobe 5 (because it has a good mozilla plugin)
Foxit , the default pdf reader (because it's agood stand alone reader)
Adobe 8 ( because it's the compagny standard, and therfor forced installed)
After removing all pdf readers, and installing Adobe 8 only,
every thing was solved.
cheers,
Stef
Robin Dunn wrote:
On 12/16/09 2:19 PM, Stef Mientki wrote:
hello, On some windows system it's impossible to surpress toolbar and pagemode of the activeX pdfwindow. It works ok on Adobe 5 / IE6 /wxPython '2.8.7.1 (msw-unicode)' / Python 2.5 but not on: Adobe 8 / IE 6.0 / wxPython '2.8.7.1 (msw-unicode)' / Python 2.5.....You might want to try the new pdfwin module in a newer release of wxPython....
Thanks Robin, I upgraded from P2.5 / wxPython 2.8.7.1 tp P2.6 / wxPython 2.8.10.1 but the problem didn't solve. Also the wxPython demo showed an error. I've to admit that on this test PC, 3 different pdf-readers were installed: Adobe 5 (because it has a good mozilla plugin) Foxit , the default pdf reader (because it's agood stand alone reader) Adobe 8 ( because it's the compagny standard, and therfor forced installed) After removing all pdf readers, and installing Adobe 8 only, every thing was solved.