I created a form in Designer with a Signature field and a 'Submit XDP' button. I invoke the FormsServiceClient.processformSubmission() method to process the submitted form into a FormsResult object. Then I'm able to call getOutputContent() to get the xml data. I see that there is a getAttachments() method also in FormsResult. Is this what I use to get the PDF object and the digital signature? If so, can someone tell me what exactly to do after calling getAttachments to get the signature and the PDF?
Views
Replies
Total Likes