RavishaHesh / PDFJsAnnotations

Wrapper for PDF JS to add annotations
MIT License
322 stars 98 forks source link

Adding button signatre #41

Closed netmastan closed 2 years ago

netmastan commented 2 years ago

Hi Team,

Is it possible to add buttons and on clicking insert text or signature or image? Any thoughts would be great. We are trying to make our own DocuSign style pdf generator. Basically, add a button place holder and allow users to click on the button and add signature/image.

Thank you

RavishaHesh commented 2 years ago

Try these approaches https://github.com/RavishaHesh/PDFJsAnnotations/issues/29#issuecomment-771664147 https://github.com/RavishaHesh/PDFJsAnnotations/issues/38#issuecomment-878355224

abhimanusharma commented 2 years ago

I have implemented the digital signature on my pdf using #29