分类
大小:2.2 MB
语言:简体中文系统:WinXP, Win2003, Vista, Win7, Win8, Win10
类别:电子阅读时间:2018-09-19
PDF Power Tool是一款专业的PDF文件签名软件,用户可以创建一个整数从而进行数字化的命令行签名工作,您只需要有证书和PDF文件就可进行PDF签名了,从而保护自己的个人信息,需要的朋友可以下载!
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
展开