Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add a digital signature field #43

Open
caldwbr opened this issue Jan 27, 2020 · 1 comment
Open

How to add a digital signature field #43

caldwbr opened this issue Jan 27, 2020 · 1 comment

Comments

@caldwbr
Copy link

caldwbr commented Jan 27, 2020

Is there a pdf.addDigitalSignatureField option? If not, is there any way to improvise this?

My app is programmatically generating a work contract for construction business owners to automatically email to their potential customer and have a field for customer to digitally sign, save, and return back via email.

Thanks!!!

@brianmcguire
Copy link

brianmcguire commented Mar 26, 2020

I used a UIView to capture the onscreen signature and converted that to an image. Then I used the SimplePDF addImage() to add to the generated PDF file. The only challenge I am having is figuring out how to apply the image inline with the Signature field title. For example:

Signature: [my image]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants