You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ And I use this name to hope the merits from this application will be dedicated t
11
11
12
12
* Sign a pdf with an invisible pkcs#7 signature.
13
13
* Sign a pdf with a visible pkcs#7 signature by drawing an image.
14
-
* Sign a pdf and set [DocMDP](wiki/API#note).
14
+
* Sign a pdf and set [DocMDP](https://github.com/zboris12/zgapdfsigner/wiki/API#note).
15
15
* Add a new signature to a pdf if it has been signed already. (An incremental update)
16
-
* Add a document timestamp from [TSA](wiki/API#note). (:no_entry_sign:__Not__ available in web browser)
17
-
* Sign a pdf with a timestamp from [TSA](wiki/API#note). (:no_entry_sign:__Not__ available in web browser)
18
-
* Enable signature's [LTV](wiki/API#note). (:no_entry_sign:__Not__ available in web browser)
16
+
* Add a document timestamp from [TSA](https://github.com/zboris12/zgapdfsigner/wiki/API#note). (:no_entry_sign:__Not__ available in web browser)
17
+
* Sign a pdf with a timestamp from [TSA](https://github.com/zboris12/zgapdfsigner/wiki/API#note). (:no_entry_sign:__Not__ available in web browser)
18
+
* Enable signature's [LTV](https://github.com/zboris12/zgapdfsigner/wiki/API#note). (:no_entry_sign:__Not__ available in web browser)
19
19
* Set password protection to a pdf. Supported algorithms:
20
20
* 40bit RC4 Encryption
21
21
* 128bit RC4 Encryption
@@ -24,10 +24,10 @@ And I use this name to hope the merits from this application will be dedicated t
24
24
* Set public-key certificate protection to a pdf.
25
25
Supported algorithms are as same as the password protection.
26
26
27
-
## About signing with [TSA](wiki/API#note) and [LTV](wiki/API#note)
27
+
## About signing with [TSA](https://github.com/zboris12/zgapdfsigner/wiki/API#note) and [LTV](https://github.com/zboris12/zgapdfsigner/wiki/API#note)
28
28
29
-
Because of the [CORS](wiki/API#note) security restrictions in web browser,
30
-
signing with a timestamp from [TSA](wiki/API#note) or enabling [LTV](wiki/API#note) can only be used in [Google Apps Script](https://developers.google.com/apps-script) or [nodejs](https://nodejs.org/).
29
+
Because of the [CORS](https://github.com/zboris12/zgapdfsigner/wiki/API#note) security restrictions in web browser,
30
+
signing with a timestamp from [TSA](https://github.com/zboris12/zgapdfsigner/wiki/API#note) or enabling [LTV](https://github.com/zboris12/zgapdfsigner/wiki/API#note) can only be used in [Google Apps Script](https://developers.google.com/apps-script) or [nodejs](https://nodejs.org/).
31
31
32
32
## The Dependencies
33
33
@@ -261,7 +261,7 @@ async function main(){
261
261
}
262
262
```
263
263
264
-
:question: For more details please see the [wiki](wiki/API).
264
+
:question: For more details please see the [wiki](https://github.com/zboris12/zgapdfsigner/wiki/API).
265
265
266
266
## Let's protect the pdf
267
267
@@ -368,7 +368,7 @@ async function signAndProtect2(pdf, cert, pwd){
368
368
}
369
369
```
370
370
371
-
:question: For more details please see the [wiki](wiki/API).
371
+
:question: For more details please see the [wiki](https://github.com/zboris12/zgapdfsigner/wiki/API).
372
372
373
373
## Thanks
374
374
* The module of setting protection was almost migrated from [TCPDF](http://www.tcpdf.org).
0 commit comments