I'm considering using the PDF control on a project with the following requirements:
- we need to merge one pdf on top of another
- PDF 1 contains the background layer with some static text
- PDF 2 contains some dynamic text that will be changed based on some database results. The idea here is to do a search and replace on PDF 2 to output personalized results per each DB record.
- I need to fill PDF 2 and merge this on top of page 1 on PDF 1
Is that possible using this component? I've looking the online samples and docs but can't find any mention to something similar so I'm not that sure if this is supported or not.