Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Pdfs should be picked in process as attachments finally should merged in single pdf

Avatar

Level 2

Hi,

In my repository i am having 100 forms.

In process i need to collect the pdfs based on the xml input which was submitted to process and then merge all the pdfs in to single PDF as out put.

eg:

in xml i have county US, Canada and UK as data then it should pick the 3 forms from repository and send the data to those 3 forms from main xml and then

nedd to stich the 3 pfs in to single pdf.

Please let me know what are the approces would be better to get this done

thanks in advace

chandra

1 Reply

Avatar

Level 10

Use invokeDDX operation from Assembler service to stitch

PDF documents.

The mandatory input for invokeDDX is an assembly descriptor file. This files has to be constructed based on the country selection.

Nith