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-sy....
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...).
Any sample code or DDX file, if this can be done?
Solved! Go to Solution.
Views
Replies
Total Likes
Try this:
<PDF result="doc1.pdf">
<PDF source="doc2.pdf" pages="1-2"/>
<PDF source="doc3.pdf
<PDF source="doc2.pdf" pages="3-5"/>
</PDF>
You can use <NoXFA/> tags inside dynamic pdf.
Try this:
<PDF result="doc1.pdf">
<PDF source="doc2.pdf" pages="1-2"/>
<PDF source="doc3.pdf
<PDF source="doc2.pdf" pages="3-5"/>
</PDF>
You can use <NoXFA/> tags inside dynamic pdf.
That is what I tried and want to know in case there are other alternatives. Thanks
@vidhyabhushanbahl what's the current approach? Where are the two pdf placed as of now?
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>
@vidhyabhushanbahl that's a very hard-coded way, where do you have the PDF from IC? if you need dynamic use workflows or servlet