How to get Attachments in AEM Forms OSGi | Community
Skip to main content
November 15, 2017
Solved

How to get Attachments in AEM Forms OSGi

  • November 15, 2017
  • 3 replies
  • 2418 views

Hi,

we would like to get Attachments from a PDF.

In the former LiveCycle api we use FormsServiceClient.processFormSubmission to get a FormsResult, which has the method getAttachments.

Now in the new Api of FormsService (AEM Forms API) there isn't a equivalent method to processFormSubmission

Is there a sample of getting attachments with the new AEM6 forms or any documentation about this?

Thanks for any help!

Raúl

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by workflowuser

raul.fuente

What is the use case?

how is the PDF being submitted?

if you are submitting PDF which has attachments you can extract the attachment using assble service

3 replies

November 16, 2017

Hi,

I have been reading the Assembler Service and DDX Reference and now I am capable of extract the attachments with it.

Thank you

workflowuserAccepted solution
Employee
November 16, 2017

raul.fuente

What is the use case?

how is the PDF being submitted?

if you are submitting PDF which has attachments you can extract the attachment using assble service

smacdonald2008
New Participant
November 15, 2017

We asked the ENg team to look here.