我正在尝试使用以下内容签署 pdf...
<cfpdf action="sign"
source="#expandPath('.')#\tempFiles\unsigned\form - unsigned.pdf"
destination="#expandPath('.')#\tempFiles\signed\form - signed.pdf"
keystore="C:\Program Files (x86)\Java\jre1.8.0_121\bin\KeyStore.jks"
keystorepassword="testpw"
keyalias="mystore"
overwrite="true" pages="1" height="100"
width="100" position="100,100" author="false"/>
我使用 keytool.exe 创建了密钥库,但我收到一条错误消息
密钥库文件 C:\Program Files (x86)\Java\jre1.8.0_121\bin\KeyStore.jks 不存在。
但它确实存在......我希望有人能帮助我解决我做错的事情。
提前致谢。