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
310 stars 120 forks source link

Adding line breaks in --l2-text #13

Closed PhilThal closed 6 years ago

PhilThal commented 6 years ago

Hi,

is it possible to add line breaks in the signature text ? I already tried it with the \n or other versions for line breaks but no one worked.

kwart commented 6 years ago

Just use a correct quoting for your OS. For Linux you can use sth like:

java -jar JSignPdf.jar -V -ksf my.keystore -ksp mypassword test.pdf --l2-text 'test
next line
another one'