On Feb 24, 12:43 pm, JB <zo...@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.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to