/pypdflib

Pango Cairo based PDF rendering library. Supports complex scripts. Written in Python. Mirror of http://gitorious.org/pypdflib

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

pypdflib: Python based PDF Rendering Library

Features:

  • Uses Pango Cairo for rendering
  • Supports Complex scripts such as Indic scripts

How to Install:

  1. Get the sourcecode

     git clone http://git.gitorious.org/pypdflib/pypdflib.git
     	or
     git clone http://github.com/santhoshtr/pypdflib.git
    
  2. Create the eggs

     python setup.py build
    
  3. Install the library

     sudo python setup.py install