[ANNOUNCE] PyPoppler 0.10.1

Written for Poppler Python Bindings by Gian Mario Tagliaretti on 2009-08-13

I am pleased to announce version 0.10.1 of the Python bindings for Poppler.

It is available at:
http://launchpad.net/poppler-python/trunk/development/+download/pypoppler-0.10.1.tar.gz
md5: 146ecb7e1049dd9b92478d61c148829e

PyPoppler 0.10.1 (Aug 13 2009)
==================================

   o Support for accessing Action fields (Daniel Jacobs)
   o Bug #397850 AnnotMapping/Annot implementation incomplete (Gian)
   o Update configure.ac to work with libtool 2.x (Gian)
   o Update aclocal.m4 (Gian)
   o Ignore some more files automatically created by libtool (Gian)

Blurb:
======

Poppler[1] is a PDF rendering library based on the xpdf-3.0 code base.

PyPoppler is a wrapper which exposes the poppler API to the
python world. It is fairly complete, most of the API are covered.

The documentation is actually missing, help wanted :)

Like the Poppler library itself, PyPoppler is licensed under the GNU GPL.

PyPoppler requires:
=====================

 o Poppler >= 0.10.0
 o PyGObject >= 2.10.1
 o PyGTK >= 2.10.0
 o PyCairo >= 1.8.4

Bug reports should go to
https://launchpad.net/poppler-python

[1] http://poppler.freedesktop.org/

Read all announcements