E-Signature on PDF

Hi,
I have created an mobile app using ionic framework which contain a functionality, Users upload documents (Only pdf files) which works fine. Now I want to open the pdf file in preview mode and allow users to sign on the opened pdf. Is anyone there who can help me.

Thanks,

I’m also trying to allow users to sign a pdf!

I’ll probably be trying to combine the pdf viewer in this tutorial, and the signature component here

@mibzman, were you able to give the system permission for users to sign to the pdf?

I realized that the project requirements didn’t need to have the user directly sign the pdf, so we just presented the agreement in the pdf within the app, and had the user sign separately. My understanding is that since the user saw the agreement and then was asked to sign it’s as binding.

If I needed to have the user’s signature on an actual PDF I would do the same process, then add the signature to the pdf with an image processor or something server-side.