Hi @antsmith2988 ,
I have couple of questions:
- Is PDF a static interactive or dynamic?
- Are you able to extract data from source PDF?
If the pdf is interactive or dynamic in nature and you have data from source pdf, then there is one approach to merge this data in target pdf as mentioned below:
You can use the generatePDFoutput API [0] to merge data to target pdf.
Please let me know if this resolves the scenario mentioned.
[0] OutputService (AEM Forms API)
Thanks