Adding a PDF page to PDF using AEM Forms Assemble Service
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(generated using communication API) using Document manipulation APIs (https://developer.adobe.com/experience-manager-forms-cloud-service-developer-reference/api/assembler-sync/#section/Introduction).
Any sample code or DDX file, if this can be done?