Em Seg 29 Jun 2009, às 20:39:22, Lawrence D'Oliveiro escreveu:
> In message <b4daf01a-50e9-4038-9db0-
>
> d7fe56d05...@g19g2000yql.googlegroups.com>, Jun wrote:
> > ... is there open source solution ?
>
> Poppler?

pypdf -- http://pybrary.net/pyPdf/


A Pure-Python library built as a PDF toolkit. It is capable of:

    * extracting document information (title, author, ...),
    * splitting documents page by page,
    * merging documents page by page,
    * cropping pages,
    * merging multiple pages into a single page,
    * encrypting and decrypting PDF files.

By being Pure-Python, it should run on any Python platform without any 
dependencies on external libraries. It can also work entirely on StringIO 
objects rather than file streams, allowing for PDF manipulation in memory. It 
is therefore a useful tool for websites that manage or manipulate PDFs.



-- 

 Eduardo Lenz Cardoso
 Dr.  Eng.
 Associate Professor
 
 State University of Santa Catarina
 Department of Mechanical Engineering
 89223-100 - Joinville-SC - Brasil

 Tel: +55 47 4009-7971 - Fax: +55 47 4009-7940
 E-mail: l...@joinville.udesc.br          
 ---------------------------------------------

-- 
Esta mensagem foi verificada pelo sistema de antivírus e
 acredita-se estar livre de perigo.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to