Re: [web2py] how to generate PDF (with data) using PDF static forms?

2011-08-14 Thread Carlos
Thanks for your suggestion Mariano. Carlos

Re: [web2py] how to generate PDF (with data) using PDF static forms?

2011-08-13 Thread Mariano Reingart
I think that not even ReportLab could merge an existing PDF, IIRC there are other tools to open and possibly modifiy files. If you can make your design and fill it, then you can use PyFPDF (there is an Invoice example). Also, sometimes I put an image as background (+-300dpi) and then I only complet

[web2py] how to generate PDF (with data) using PDF static forms?

2011-08-13 Thread Carlos
Hi, I will soon need to generate PDF files by "filling the blanks" in an already existing PDF static form ('template'). It's like a merge of a PDF file (static form) with my dynamic data, filling blanks in specific positions. Is there any way to accomplish this with web2py / utils?. Many than