java - Trying to use cfpdf to sign a pdf -


i'm trying sign pdf using 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 keystore using keytool.exe error saying

keystore file c:\program files (x86)\java\jre1.8.0_121\bin\keystore.jks not exist.

but exist... i'm hoping can me i'm doing wrong.

thanks in advance.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -