Skip to content
forked from pymupdf/PyMuPDF

Python bindings for MuPDF's rendering library.

License

Notifications You must be signed in to change notification settings

J-A-M/python-fitz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for python-fitz

python-fitz is a set of python bindings for MuPDF's rendering library. Most of the work is done by SWIG with -builtin option on.

A online document can be found at http://rk700.github.com/python-fitz/index.html

Dependencies

This module depends on MuPDF (version=1.2).

By default, fitz is compiled as a static lib. If that's the case, you need to recompile MuPDF with -fPIC option.

Install

Extract the tarball and run

python setup.py install

Run

python setup.py --help

for more information about installation.

Comments and bug reports

Project page is on https://github.com/rk700/python-fitz

You can also send email to the author: Ruikai Liu

About

Python bindings for MuPDF's rendering library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.3%
  • Python 0.7%