Re: Dynamically fill prepared (PDF?) forms

2009-04-27 Thread Alia K
pom wrote: > So I want to create PDF output based on an external layout file. You can allow for a transformation file which is read by your program to change the layout of the output. Think templates. AK -- http://mail.python.org/mailman/listinfo/python-list

Dynamically fill prepared (PDF?) forms

2009-04-27 Thread pom
Hello I'm looking for a way to fill in forms with data retrieved from a mysql db. But what I'm especially looking for is an easy way to create the layout of the forms itself. Handling data from mysql is not a problem for me. Making static programmed PDF output using Reportlab is not a prob