These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Urgent: Receive pdf form data in aspx

amitnicks
Registered: Jan 13 2009
Posts: 8

Hi All,

Problem defination:
I am displaying the pdf form in an aspx page and from the pdf Submit button I want to Submit the form to an aspx page. On the aspx page I want to parse the collection of form objects and retreive the information.

Current Status:
I am able to set the submit url but in the aspx page I am not able to get the pdf form objects (using Request).

Can you tell me how to do it. Thanks alot.

Amit

My Product Information:
Acrobat Standard 9.0, Windows
George_Johnson
Expert
Registered: Jul 6 2008
Posts: 1876
What format did you choose when you set up your submit form action? Possibilities include FDF, XFDF, HTML, and PDF. You will probably want to use HTML based on the info you've given.

George
amitnicks
Registered: Jan 13 2009
Posts: 8
I am already using the HTML form submit. When I reach the target page and try to browse the Request Object then it shows nothing.

Any more suggestions?

Amit