Web solution for processing pdf forms?

I’m wanting to incorporate a feature into my .NET web application that involves PDF files.

The client displays a PDF form, fills in the dynamic form fields and submits the form. The info returned would be stored in a database.

What I want is to be able to insert the user’s stored data back into the PDF for sending/display to web browsers. Is there a solution available that would make this easy? In other words, how does one insert form data into a pdf file’s form fields from a web app rather than typing it in from Acrobat reader in a web browser environment?

Budsy

Well, here I go again answering my own questions. I looked more closely at the Aspose.Pdf.Form, dowloaded the trial package, and it does exactly what I needed. Worked like a charm.

Budsy