I developed a dynamic (xfa) PDF in LiveCycle Designer ES 8.2 and the
Submit-Button points to a .NET-WebSite. For instance:
http://localhost/default.aspxI want to accomplish the following tasks:1.
I want to embed the PDF in a WebSite2. I want to process the data sent
to the .NET ASP Page3. I want to interact with the filled PDF and want
to prefill the form (I need a library to parse the .NET Request, change
some form data and send it back to the user)So, which Adobe Product to I
need for this. Do...