[reportlab-users] PDF forms

John Pywtorak jpywtora at calpoly.edu
Mon Nov 28 18:09:53 EST 2005


George Jansen wrote:
> An organization I know makes use of an inexpensive commercial application to customize documents. The customization is run by generating an FDF file from CGI variables passed from a form, then shelling out to a command line. Shelling out from CGI scripts is something I'd rather not do, for reasons of speed and security. Is there any way that the ReportLab libraries can process such PDFs?
> 

Might be missing something, but python fully supports cgi apps.  So, you 
could use a python cgi app to process the request parameters and 
generate the pdf.  This could run along side perl cgi apps, or other. 
Just a webserver configuration thing.  Hope this helps.

-- 
Windows
Start Here
Frustrating Hanging Crashing
Blue Screen of Death
Reboot



More information about the reportlab-users mailing list