Showing posts with label Digital E-Sign Tool. Show all posts
Showing posts with label Digital E-Sign Tool. Show all posts

Tuesday 11 May 2021

Digital E-sign Tool

Digital E-sign Tool

I have developed Digital E-Signature Tool to digital sign any PDF file. It's a developed in HTML5, JQuery technology and JSPDF library. JS Signature Pad library is also used. PHP script is also added to save the file on server. May be its helpful for someone.

Digital E-Sign Tool Img1


User can drag signature at any place on the PDF document. User can upload signature as well.




Digital E-Sign Tool -2



Digital E-sign - 3



Digital E-Sign - 4



    
Digital E-Sign Tool



Full code can be found at below Bitbucket URL:



First we load any PDF.  Then user click Add signature button. User can upload signature file as well. Once user draw or upload his signature, it will show in drag area on right side. User can drag that signature anywhere on the PDF file. Once user click Acceptance checkbox, as most of the sites ask for acceptance of policy or any agreement. Submit button becomes available. User can save signature file, email that or upload on server, developer has to write that script as per his requirements.




Create .ICS file using PHP code

Recently worked on creating a .ics file in PHP after a very long time, code so thought to share with everybody. Please find below the comple...