This tool allows you to apply digital signature to a PDF document. The signing identity must be in PKCS#12 format containing a certificate and private key.
1. Click Add button to select and add files, or simply drag files from File Manager.
2. Click Sign PDF button or go to the menu: Action > Security > Sign PDF.
3. Specify path to certificate file and enter the password.
4. Click Start then specify the destination path where files will be saved.
PDFShaper.exe sign [input PDF] [output PDF] [PFX file] [PFX password] [x for exit]
"C:\Program Files\PDF Shaper Ultimate\PDFShaper.exe" sign "C:\in.pdf" "C:\out.pdf" "c:\mypfx.p12" yourpwd
This will add digital signature to in.pdf file and save as out.pdf.
PDFShaper.exe sign [PSL file or directory] [destination folder] [PFX file] [PFX password]
"C:\Program Files\PDF Shaper Ultimate\PDFShaper.exe" sign "C:\list.psl" "C:\MyPDF" "c:\mypfx.p12" yourpwd
This will add digital signature to files from list.psl and save them to MyPDF folder.
The default or saved options will be applied during command-line tasks.