Hello again!
I try to figure it out how to append visible sign in CLI on pdf files created with adobe 6.x.
Normally can sign with this:
(PKCS11 + e-token not append sign )
java -jar JSignPdf2.jar -kst PKCS11 -ksp password -ha "SHA256" -V --l2-text "Digitally signed by: "${signer}," signed "${timestamp} -os "_signed" -fs "12.0" -llx 159.1784 -lly 414.9136 -urx 432.1784 -ury 474.9136 --bg-path "C:\\wamp64\\www\\proect\\img\\bgn_sign.png" C:\\test.pdf -cl "NOT_CERTIFIED" -d C:\\signed\\ext\\
and get a signed file but, only with last signer sign.
when I add "-a" I get this:
INFO Choosen configuration requires PDF version update, but it's not possible in the "append" signature mode.
what can I do to achive add second sign, without lost original visible sign, using CLI?
thanks in advance.