@@ -16,18 +16,20 @@ the certificate must
16
16
In Addition to nuget packages, the build process uses Microsofts [ ILMerge] ( http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=17630 )
17
17
tool to produce a consolidated single binary including all dlls.
18
18
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
20
20
21
21
## usage
22
22
```
23
- pdfsign v1.2 .0, (c) 2019 icomedias GmbH
23
+ pdfsign v1.3 .0, (c) 2019 icomedias GmbH
24
24
powered by iTextSharp 5.5 Copyright (C) 1999-2018 by iText Group NV
25
25
Usage: pdfsign [OPTIONS]
26
26
Sign a PDF file using a signing certificate
27
27
28
28
Options:
29
29
-i, --infile=VALUE PDF input file
30
30
-o, --outfile=VALUE output file for signed PDF
31
+ -b, --backpage=VALUE PDF file to append to infile before placing
32
+ signature (optional)
31
33
-c, --certfile=VALUE PKCS12 signing certificate
32
34
-p, --password=VALUE import password for signing certificate
33
35
--thumbprint=VALUE thumbprint for signing certificate from windows
@@ -40,6 +42,11 @@ Options:
40
42
-t, --contact=VALUE signature contact (gets embedded in signature)
41
43
-s, --show show signature (signature field visible), on: -s+
42
44
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
43
50
--showvalidity show signature validity (deprecated), on: -
44
51
showvalidity+ off: -showvalidity-, default off
45
52
--tsa=VALUE URL of rfc3161 TSA (Time Stamping Authority)
@@ -60,9 +67,7 @@ Return Values:
60
67
-3: Error getting secret key
61
68
-4: Error getting certificate chain
62
69
-5: Error processing input file
63
- -6: Error opening output file
64
- -7: Error generating signature
65
- ```
70
+ -6: Error opening output file```
66
71
67
72
## multiple signatures
68
73
0 commit comments