PDFill | Overview  |  First  |  Previous  |   Next  |  Last

Document Management 13: Add a Digital Signature into PDF Document

A digital signature (ID), like a conventional handwritten signature, identifies the person signing a document. Unlike a handwritten signature, a digital signature is difficult to forge because it contains encrypted information that is unique to the signer and easily verified. It is usually password protected and can be stored on your computer in PKCS #12 file format (Personal Information Exchange File, PFX).

When you buy a new digital signature, you get .spc file that contains the certificate and .pvk file that contains your private keys. Use Microsoft command-line tool Pvk2Pfx to convert them into a  PFX file.  See detail here.

The following command generates the .pfx file Mypfxfile.pfx from Mypvkfile.pvk and Myspcfile.spc. The command supplies the password mypassword for the .pvk file, which becomes the password for the .pfx file Mypfxfile.pfx:

pvk2pfx -pvk mypvkfile.pvk -pi mypassword -spc myspcfile.spc -pfx mypfxfile.pfx

This function can create document-level Digital Signature that apply to the entire document.

Here are the steps on how to Add Digital Signature  into PDF Document:

1. Choose Document Menu > Digital Signature

or click 19th Button in the Standard Toolbar.

2. Select a PFX file with digital signature.

3. The Create Digital Signature to Document dialog box comes up:

 

4. Click Close to finish.

PDFill Copyright © 2002-2011 by PlotSoft L.L.C..  All rights reserved.