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 git://github.com/santhoshtr/pypdflib.git

2. Goto the pypdflib folder, Bootstrap the buildout system

        python bootstrap.py

3. Create the eggs

        bin/buildout setup . build

4. Install the library

        sudo bin/buildout setup . install 


