Skip to content

Commit 4136451

Browse files
committed
Changed link of wiki to an absolute path since the relative path didn't work.
1 parent 5494783 commit 4136451

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ And I use this name to hope the merits from this application will be dedicated t
1111

1212
* Sign a pdf with an invisible pkcs#7 signature.
1313
* 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).
1515
* 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)
1919
* Set password protection to a pdf. Supported algorithms:
2020
* 40bit RC4 Encryption
2121
* 128bit RC4 Encryption
@@ -24,10 +24,10 @@ And I use this name to hope the merits from this application will be dedicated t
2424
* Set public-key certificate protection to a pdf.
2525
Supported algorithms are as same as the password protection.
2626

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)
2828

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/).
3131

3232
## The Dependencies
3333

@@ -261,7 +261,7 @@ async function main(){
261261
}
262262
```
263263

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).
265265

266266
## Let's protect the pdf
267267

@@ -368,7 +368,7 @@ async function signAndProtect2(pdf, cert, pwd){
368368
}
369369
```
370370

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).
372372

373373
## Thanks
374374
* The module of setting protection was almost migrated from [TCPDF](http://www.tcpdf.org).

0 commit comments

Comments
 (0)