Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

is it possible to do this ?

Avatar

Former Community Member
Hi, i am using adobe livecycle and a java-web based application running in a jboss server.

What i want is to submit the full pdf, and in the action servlet , do somethings and return an xml with

the data that has to fill the form. I have 2 possibilities:



1. with a FormCal function, i use



var result = get(...) or post() also works



in the result there is the xml returned from server and then i move data to the form. This is ok no problem.

The problem is how i can send the pdf with get() or post() function? is it possible?



2. with submitForm, but the problem here is that when i return the xml from the server, in the form appears

this xml! Is there a way to avoid this? Submitform doesnot waits for the server to answer. Also, what is the

way of retrieve the pdf submitted with java, anywhere to get some info would be appreciated 'cause i did not find anything.



I dont know if this is possible to do it with adobe, i need to know for using this tool. Thank you in advance.
0 Replies