pdftk

Jason Scheirer jason.scheirer at gmail.com
Tue Feb 24 16:51:23 EST 2009


On Feb 24, 12:43 pm, JB <zo... at chez.Com> wrote:
> Reimar Bauer a écrit :
>
> > Hi
>
> > Does one know about a python interface to pdftk?
> > Or something similar which can be used to fill a form by fdf data.
>
> everyday i use :
>
> import os
> os.system("pdftk.exe source.pdf fill_form data.fdf output output.pdf
> flatten")
>
> and BIM
>
> ;)

Reportlab will let you use an existing PDF as a template, letting you
use its text layout routines to overly your data on the existing page
and output a new document.



More information about the Python-list mailing list