この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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
解決済! 解決策の投稿を見る。
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
We asked the ENg team to look here.
表示
返信
いいね!の合計
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
Hi,
I have been reading the Assembler Service and DDX Reference and now I am capable of extract the attachments with it.
Thank you