Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Greg_Pobst@adobeforums.com #1
Submit pdf to web service as xml
I want to do the following:
a) Create a pdf form that the user can fill out and save using their laptop.
b) The user goes back to the office, opens the pdf, and clicks a submit button.
c) The submit button contacts a web service (that I will write) and submits the xml from the pdf so that the information they filled in gets submitted to my web service. From there I will do whatever I need to with the xml, I just need to get it there.
Here are my questions:
1) It looks like I can do this using Acrobat Pro by clicking the "Extend Features in Adobe Reader". Is this true or do I need LiveCycle?
2) Is their a white paper, tutorial, or some sample code that someone can point me to? This sounds very simple but I'm having difficulty finding any documentation that actually describes the process that's not 5 years old.
TIA,
Greg
Greg_Pobst@adobeforums.com Guest
-
Noobilicious question: Exposing two interfaces on the same web service(C# web service)
What are the fundamentals? I'm getting ready to write a new web service and I'd like to have the ability to add interfaces as they change to... -
Access Denied - Network Service vs Local Service
I have been struggling with my ASP.NET (V1.1 sp1) websites getting an 'Access Denied' message. I have track down the problem (I think) to the IIS... -
Is it possible for web service to send out random notifications to web service consumer?
I am a newbie for web servcie and want to write a web service which monitors the certain field in the database. Once it exceeds the certain value,... -
Referencing web service complex data type within a second web service (like a delegate)
Hi, I am trying to figure out if ASP.NET XML Web Services and the WSDL standard can handle this type of scenario: I have two web services, and... -
win32::eventlog DNS Server, Directory Service, File Replication Service
hello, does anyone know how to scan the special eventlogs on a dc like DNS Server log Directory Service File Replicatoin Service i tried it... -
Bernd Alheit #2
Re: Submit pdf to web service as xml
1) It looks like I can do this using Acrobat Pro by clicking the "Extend
Features in Adobe Reader". Is this true or do I need LiveCycle?
Submitting the form data as XML doesn't require the Usage Rights in Adobe Reader.
Bernd Alheit Guest
-
Greg_Pobst@adobeforums.com #3
Re: Submit pdf to web service as xml
But as I understand it, saving the pdf will require the Extended Features, yes?
Do you have any sample code you can point me to that submits the form data as xml to a web service?
TIA,
Greg
Greg_Pobst@adobeforums.com Guest
-
Bernd Alheit #4
Re: Submit pdf to web service as xml
But as I understand it, saving the pdf will require the Extended Features,
yes?
Yes
Do you have any sample code you can point me to that submits the form
data as xml to a web service?
No
Bernd Alheit Guest
-
Leonard_Rosenthol@adobeforums.com #5
Re: Submit pdf to web service as xml
If you are only going to use the Reader Enablement features available when using Acrobat (and NOT LiveCycle), then you can ONLY post data (XML or otherwise) to a server via standard HTTP POST. SOAP support is ONLY enabled for Reader when using LiveCycle...
Leonard_Rosenthol@adobeforums.com Guest



Reply With Quote

