Trying to use cfpdf to sign pdf

I am trying to sign a pdf using the following ...

<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"/>

      

I created a keystore using keytool.exe, but I get the error

Keystore file C: \ Program Files (x86) \ Java \ jre1.8.0_121 \ bin \ KeyStore.jks does not exist.

But it does exist ... I hope someone can help me with what I am doing wrong.

Thanks in advance.

+3
java coldfusion keystore sign cfpdf


source to share


No one has answered this question yet

Check out similar questions:

26
tcnative-1.dll Cannot load 64-bit AMD .dll on 32-bit IA platform
3
Android signature problem
3
can't sign android apk app with google key retrieved
3
importing certificate to keystore in Tomcat using Powershell
2
Adding page numbers to PDF with Lucee cfpdf
2
Android Sign APK with Download Certificate (How to Ensure Correct Fingerprint)
1
Storing passwords locally using Java keystore
1
Xamarin.Android How to reset upload key using Google App Signing and use it to sign another APK
0
Tomcat native library not found on java path
0
Appletviewer not working from command line: java.security.AccessControlException: access denied (allowed by java.net.SocketPermission smtp.gmail.com)



All Articles
Loading...
X
Show
Funny
Dev
Pics