Using Adobe API with C# for PDF generation
Hi,
I have a scenario, where I would like to use Adobe API. My query is that does Adobe support the below scenarios -
1. I would be using C# for generating multiple PDF from an HTML template.
2. Once the PDF is generated. It will be manually signed by a digital pen in a signing device will be integrated to the PDF.
NOTE: since it is a legal document, digital signature is not valid not scanning is valid. so it has to be done manually by a digital pen in touch screen.
I have already solution for the signing
.
3. My problem is after the pdf is signed. I have to add some more content to the pdf file. in the specific place.(I have put place holder in the HTML template)
4. Then merge multiple pdf in to one single pdf.
So basically, I want to create, edit, merge pdf using c# and Adobe API.
Please, can anybody let me know the if it is feasible using Adobe API. (It is for a web application hosted in IIS)
