Usage
The command line parameters supported by the program are listed here.
PdfPowerTool.exe [PARAMETERS] Parameter Description ----------------- ------------------------------------------------------------- /INPUT File name of PDF document to sign. /OUTPUT File name of resulting signed PDF document. /SIGNCERTIFICATE File name of PFX certificate file. /SIGNPASSWORD Password for certificate. /SIGNCONTACT Name of contact. /SIGNREASON Sign reason. /SIGNLOCATION Sign location. /SIGN Sign the PDF document. /DISPLAYSIGNATURE Show a visible signatuer. /SIGNPAGE Page to place visible signature on. Default is 1. /SIGNLLX Lower left X coordinate for visible signature. /SIGNLLY Lower left Y coordinate for visible signature. /SIGNRUY Upper right X coordinate for visible signature. /SIGNRUX Upper right Y coordinate for visible signature. /RESPONSE File name of response file.
Examples
Sign a PDF document
Here is how to sign a PDF document with a visible signature on the first page.
PdfPowerTool.exe /INPUT mydocument.pdf /OUTPUT signed.pdf /SIGNCERTIFICATE cert.pfx /SIGNPASSWORD mysecret /SIGN
Visible PDF signature
You can make the signature visible in the document with the /DISPLAYSIGNATURE command line switch.
PdfPowerTool.exe /INPUT mydocument.pdf /OUTPUT signed.pdf /SIGNCERTIFICATE cert.pfx /SIGNPASSWORD mysecret /DISPLAYSIGNATURE /SIGN