Create digital signature with Mac OS X Preview Application
One of the features that I really like about Mac OS X is the ability to capture your digital signature. Once captured, you can use your digital signature to sign off documents that require your signature. In the past, I have to print out the documents, sign them, scan them and email them. Now, with Mac OS X Preview application , the process can be shortened to digitally sign your documents.
Let's explore how to :
1. Digitised your signature with Preview App.
Open up the Preview Application, select Tools -> Annotate -> Signature -> Manage Signatures.
You will see a dialog box appear and you can choose to capture your signature either by web camera(iSight is not really required) or by track pad. You will need to sign your signature on a piece of white paper and put the paper right in front of your web camera.
2. Sign document with your digital signature.
Once you have captured your digital signature with Preview Application, it is easy to insert your signature to any document that you wanted to sign in future. Just open up the document with Preview and repeat the process from Tools -> Annotate -> Signature ->
. Select your own signature, drag and drop the signature onto the document. Adjust the location of your digital signature and save the document. Presto!
Hope you will make use of this wonderful feature in Preview Application instead of signing and scanning. It helps to save papers!
By AdamNg
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+10k Golang : Check a web page existence with HEAD request example
+5.4k Clean up Visual Studio For Mac installation failed disk full problem
+14.1k Golang : Chunk split or divide a string into smaller chunk example
+9.7k Golang : ffmpeg with os/exec.Command() returns non-zero status
+30.4k Golang : Remove characters from string example
+4.6k Golang : How to pass data between controllers with JSON Web Token
+11k Golang : Calculate Relative Strength Index(RSI) example
+5.9k Golang : Missing Subversion command
+5.7k Golang : Launching your executable inside a console under Linux
+18.7k Golang : Delete duplicate items from a slice/array
+10k Golang : Get login name from environment and prompt for password
+7.6k Golang : Test if an input is an Armstrong number example