PDF Power Tool是一款专业的PDF文件签名軟件,用户可以创建一个整数从而进行数字化的命令行签名工作,您只需要有证书和PDF文件就可进行PDF签名了,从而保护自己的个人信息,需要的朋友可以下载!
PDF Power Tool安装教程
1、雙擊pdfpowertool_setup.exe文件,進入歡迎界面,點擊next

2、阅读许可协议内容,勾选“I accept the agreement”表示同意协议内容

3、选择安装目的地,默认的是“C:\Program Files\PDF Power Tool”,可以点browse修改

4、确认PDF Power Tool安装信息,点击install开始安装

5、稍等一下就可以安裝完成了
使用說明
例子
對PDF文檔進行數字簽名。
PdfPowerTool.exe / SIGN / INPUT document.pdf / OUTPUT signed.pdf
/ SIGNCERTIFICATE cert.pfx / SIGNPASSWORD mysecret
對PDF文檔進行數字簽名並在第一頁上放置可見的簽名。
PdfPowerTool.exe / SIGN / INPUT document.pdf / OUTPUT signed.pdf
/ SIGNCERTIFICATE cert.pfx / SIGNPASSWORD mysecret / DISPLAYSIGNATURE
命令行使用說明
命令用法:
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.
舉例說明:
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