intoolswetrust / jsignpdf

PDF signing software written in Java. It supports visible signatures, timestamping, certificate verification and many other cool features
https://intoolswetrust.github.io/jsignpdf/
Other
315 stars 121 forks source link

--l2-text not working v.2.2.0 #150

Closed luigixx73 closed 1 year ago

luigixx73 commented 1 year ago

placeholders for signature properties (${signer}, ${timestamp}, ${location}, ${reason}, ${contact})

None working

kwart commented 1 year ago

Works for me.

~/tools/jsignpdf-2.2.0/jsignpdf.sh -ksf ~/test/key-material/client.keystore -ksp 123456 -V --render-mode DESCRIPTION_ONLY --l2-text '(${signer}, ${timestamp}, ${location}, ${reason}, ${contact})' --reason "MyReason" --location "CZ" --contact "I" test.pdf

image

Have you properly escaped/quoted the "$" character if you use it from a shell?