https://github.com/buganini/pyside-poppler
PySide (Shiboken) binding for Poppler QT4
https://github.com/buganini/pyside-poppler
Last synced: 3 months ago
JSON representation
PySide (Shiboken) binding for Poppler QT4
- Host: GitHub
- URL: https://github.com/buganini/pyside-poppler
- Owner: buganini
- Created: 2016-02-20T19:22:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T19:04:27.000Z (almost 10 years ago)
- Last Synced: 2025-05-15T23:12:20.932Z (about 1 year ago)
- Language: CMake
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Dependencies
apt-get install libpyside1.2 libpyside-dev libpoppler-qt4-4 libpoppler-qt4-dev shiboken libshiboken-dev
#Installation
mkdir build
cd build
cmake ..
make
sudo make install
#Usage
from pyside_poppler import Poppler as QtPoppler
#Troubleshooting
if you get error like "ImportError: dynamic module does not define init function (initpyside_poppler)", check PythonLibs in cmake message.
#Reference
http://qt-devnet.developpez.com/tutoriels/python/pyside/binding-shiboken/
http://pyside.github.io/docs/api-extractor/typesystem.html
https://people.freedesktop.org/~aacid/docs/qt4/poppler-qt4_8h_source.html