Answered
I have created a pdf form (Acrobat 8) and put it on my server (unix/linux). I want to combine data from the database on my server to populate the pdf form on the server side. The pre-poluated form will then be viewable from the web. Is this possible using a CGI script or do I need a third party software to combine this information?
However, the easiest way to do it is to create an FDF, or other type of PDF data file on the server that contains all the prepopulation data, then point the user's browser to this file. Because the data file type is well known, the browser will pass the URL to Acrobat which will download both the data file, and the PDF Form referenced by the data file and merge the two on the client side.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script