Previous | Next | (P-PDF) Forms & FDF
Topic: Re: HTML to PDF (Via Email)
Conf: (P-PDF) Forms & FDF, Msg: 74352
From: dug
Date: 10/17/2002 01:55 AM
This is a perfect reason to use FDF, the forms data format file that can
populate a pdf form.The process can go as follows:
1. Create form in Acrobat ($250, i think)
2. Use current CGI or server script to do calculations.
3. Construct FDF using FDF Toolkit (free) or manual assembly (FDF can
be a text file) in your CGI or script
4. Include a key in your FDF that points to the PDF
5. Send the FDF to the user.
--doug