Re: [PyQt] visualizing PDF files in PyQT WIndows

2011-04-24 Thread Hans-Peter Jansen
On Friday 22 April 2011, 23:43:05 Wilbert Berendsen wrote:
 Op maandag 18 april 2011 schreef Jeremy:
   Is there any recommended way to visualize PDF files with PyQT
   under Windows?

 python-poppler-qt4 is a Python binding to the Poppler PDF library:
 http://code.google.com/p/python-poppler-qt4/

Great job, Wilbert.

openSUSE builds are available here now:

https://build.opensuse.org/project/monitor?project=home%3Afrispete%3APyQt

Pete
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] visualizing PDF files in PyQT WIndows

2011-04-22 Thread Wilbert Berendsen
Op maandag 18 april 2011 schreef Jeremy:

  Is there any recommended way to visualize PDF files with PyQT under
  Windows?

python-poppler-qt4 is a Python binding to the Poppler PDF library:
http://code.google.com/p/python-poppler-qt4/

w best regards,
Wilbert Berendsen

-- 
http://www.wilbertberendsen.nl/
You must be the change you wish to see in the world.
-- Mahatma Gandhi
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] visualizing PDF files in PyQT WIndows

2011-04-18 Thread Gelonida G
On 04/17/2011 05:31 PM, Gelonida G wrote:
 Hi,
 
 Is there any recommended way to visualize PDF files with PyQT under Windows?
 
 
 Thanks in advance for any pointers

Well having received the answer to another question I had already one
possible solution, though it is not optimal.

I could create a QWebview, install a PDF viewer plugin and let it
display the PDF.

There is one issue though.

The plugin will contain its own menus allowing to open other pdf files
or saving the pdf file at another lcoation.

I would like to display / navigate the pdf file, but to disable all
other featers / decorations.


Is there perhaps another way of displaying pdf contetns or is there a
way to configure pdf plugins to be less permissive?

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt