@@ -16,18 +16,20 @@ the certificate must
1616In Addition to nuget packages, the build process uses Microsofts [ ILMerge] ( http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=17630 )
1717tool to produce a consolidated single binary including all dlls.
1818
19- Currently, the signatures created are not LTV capable, i.e they expire with the validity of the signing certificate
19+ Currently, the signatures created are not LTV capable for all certificates , i.e they may expire with the validity of the signing certificate
2020
2121## usage
2222```
23- pdfsign v1.2 .0, (c) 2019 icomedias GmbH
23+ pdfsign v1.3 .0, (c) 2019 icomedias GmbH
2424powered by iTextSharp 5.5 Copyright (C) 1999-2018 by iText Group NV
2525Usage: pdfsign [OPTIONS]
2626Sign a PDF file using a signing certificate
2727
2828Options:
2929 -i, --infile=VALUE PDF input file
3030 -o, --outfile=VALUE output file for signed PDF
31+ -b, --backpage=VALUE PDF file to append to infile before placing
32+ signature (optional)
3133 -c, --certfile=VALUE PKCS12 signing certificate
3234 -p, --password=VALUE import password for signing certificate
3335 --thumbprint=VALUE thumbprint for signing certificate from windows
@@ -40,6 +42,11 @@ Options:
4042 -t, --contact=VALUE signature contact (gets embedded in signature)
4143 -s, --show show signature (signature field visible), on: -s+
4244 off: -s-, default on
45+ --page=VALUE page of the document to place signature: 1..n,
46+ last. default 1
47+ --template=VALUE Template for the signature text. use \n for line
48+ breaks, [name], [date] for substitution
49+ --dateformat=VALUE format for [date] substitutuin when using template
4350 --showvalidity show signature validity (deprecated), on: -
4451 showvalidity+ off: -showvalidity-, default off
4552 --tsa=VALUE URL of rfc3161 TSA (Time Stamping Authority)
@@ -60,9 +67,7 @@ Return Values:
6067 -3: Error getting secret key
6168 -4: Error getting certificate chain
6269 -5: Error processing input file
63- -6: Error opening output file
64- -7: Error generating signature
65- ```
70+ -6: Error opening output file```
6671
6772## multiple signatures
6873
0 commit comments