Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

How do I retrieve filled information in documentReference

Avatar

Former Community Member

Hello,

I render a pdf form in flex application by invoke "render pdf form" process that come with livecycle workbench. I successfully get the mx.rpc.livecycle.DocumentReference by using the process.  Now, my question is after I filled up the pdf, How can I retrieve the data I filled in pdf form.  I need that because I need to invoke another process by using the data I just filled.

thanks,

2 Replies

Avatar

Level 10

You can call another LC service like "ProcessFormSubmition" from Forms or "ExportData" from Form Data Integration. Those services take a PDF as an input and will return back the data as XML.

Jasmin

Avatar

Former Community Member

Does the submit process only need to takes the url of pdf file(the url that received from documentreference)?   because the documentReference I received from the "render pd form" process only contains url and contentType information, all others are null include xml. 

Sorry if the question is stupid. I am very new on flex and livecycle.