Hi,
I want to add signature fields in PDF file and send it for signing purpose.
Is there way to add signature field in pdf using code?
ex - like i have 7 place where sign is written on pdf file. i want to add signature field at each using code.
Thanks
Hi There,
Hi There,
Hi,
yes i want to add same signature at all different slots/ locations. But how can i add the signature fields at all locations to specify where to add signature.
Thanks
Hi,
I want to add signature at run time. Not from digital signature but from image. create during run time and the add in all locations on pdf file.
Thanks
Hi Hsharma,
hi,
Yes i want exactly like you explain. only change is that not a one step process. can work with two step process too.
Thanks
Hi Hsharma,
Hi,
This is exactly what i wanted.
first step - add signature fields in complete pdf or doc file where ever i want. Save the file.
second step - get sign image from user and add at the signature fields locations which we added in first step with just single click.
Thanks
Hi Hsharma,
Hello Team, Did you find anyway to do the above as same.
I am also searching for same solution.
GroupDocs.Signature support,
Please let me know if there are any updates on the support for the said feature by hsharma.
I’ll recollect the same requirement and put like this:-
Step 1. Creator loads PDF file on screen and puts multiple signature fields on one or multiple pages. Saves this document and sends to the signatory.
Step 2. Signatory receives the PDF file with the signature fields where signatory is supposed to sign and sends back to the creator.
Thanks,
Mandar
We successfully implemented multiple signature options that can be passed to Sign method. A new class SignatureOptionsCollection allows user to add different signature options (text, image and digital) to collection and then Sign document with all of them. All Signature Options should be for one document type. Please find documentation for this feature here.
Thanks for your response.
I’ll further simplify the question:
Can we just add empty signature options and save the PDF document ?
And can user open this saved document and see the empty signature fields and sign it ?
thanks,
Currently this feature is not supported by the API. However, we are investigating, if this feature can be implemented in the API (in any upcoming releases). As we have any update, you will be notified.
There could be following solutions/workarounds in order to implement this use case:
-
You can add Image Signature on PDF document and specify page number and alignment. The image could be (for your case) similar to empty white rectangle or just underline along required width. You can see this article/example. And then user can add signatures on the specified place.
-
Secondly, we have introduced Form-Field Signatures in latest release of the API. Currently, using this feature you can input data into standard form elements like Text, CheckBox and Digital Signature. Please visit this documentation article for further details on it.