Previous | Next | (P-PDF) Forms & FDF
Topic: How would you accomplish this...
Conf: (P-PDF) Forms & FDF, Msg: 74371
From: george
Date: 10/17/2002 04:37 AM
> I have a PDF form which will be filled out in a web browser.
> When the user presses a button then all the filled in data
> should go into an Access database which resides on the MS
> IIS webserver that serves the form. After (and only after)
> the data is successfully inserted into the database the
> document is printed.
Note that you can't prevent a user from printing an incomplete form either before or after it has been submitted.
> I am especially interested in the outline of a solution for
> inserting the record and processing the acknowledgement.
The FDF Toolkit, somewhere at http://partners.adobe.com, has some sample ASP code that may help you get started. Adobe also put together additional samples called the quaFDF package that may be helpful. If you search Planet PDF for "quaFDF", you should find it.
George