Hello Guys,
I am looking for a recommended way/framework for Unit Testing AEM Adpative Forms. Any recommendation with resources will be helpful.
Thanks
Hi @Mayank_Gandhi
I have done like this.
<PDF result="doc1.pdf"><PDF source="doc2.pdf" pages="1-2"/><PDF source="doc3.pdf<PDF source="doc2.pdf" pages="3-5"/></PDF>
I have a use case where I have two PDFs.
1- Static PDF
2- Dynamic PDF, generated using AEM Form Communication API (https://developer.adobe.com/experience-manager-forms-cloud-service-developer-reference/api/output-sync/).
Ask -
I would like to insert static PDF pages after page 2 of Dynamic PDF(ge...
Hi Everyone,
Is AEM Document Services(DocumentServices Java API) on AEM cloud not available (https://experienceleague.adobe.com/docs/experience-manager-65/forms/use-document-services/overview-aem-document-services.html?lang=en) ?
If answer is yes what is the alternate in AEM Forms as Cloud Servic...
To generate and save DOR using Azure Storage FDM,
- FDM should have a binary field say DOR
- binariesinlnline should be true
- DOR bind ref should point to binary field(DOR) under submission properties.
Doing this will store the DOR as base64.
Thanks
Rows are dynamic. Let me explain the issue with an example.My Rest API response is similar to this-[
{
"id":28,
"Title":"Sweden"
},
{
"id":56,
"Title":"USA"
},
{
"id":89,
"Title":"England"
}
]What I want to do isBind first Column - "Title" (TextB...