Previous | Next | (P-PDF) Forms & FDF
Topic: How would you accomplish this...
Conf: (P-PDF) Forms & FDF, Msg: 74386
From: mentalray
Date: 10/17/2002 07:32 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 don't see why I could not do this. I simply do not print it unless the record is in the DB.
>> 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.
Thanks, I'll check it out.
>George
Daniel