I'm looking for a HTML form to PDF form gateway. Does such a thing
exist?
I want to do the following:
-- User fills out a HTML form and submits it
-- Webserver catches submission and takes the HTML form inputs and
somehow inserts them into a PDF form.
-- Webserver returns to the user an HTML link to the just-made PDF file
-- User downloads the PDF file. It has its fields filled in w/ what was
typed into
the HTML form.
Seems, from my reading, that the PDF form has to have an accompanying
FDF file sitting close by. The webserver will stuff the HTML form
inputs into the FDF file and then somehow, programmatically, the
just-filled FDF file is merged w/ the the PDF form.
Any pointers will be much appreciated.
Thanks,
Joyce