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
for [](https://github.com/vbuch/node-signpdf/)
[](https://buymeacoffee.com/vbuch)
7
+
8
+
Uses `PKI.js` to create a detached signature of a given `Buffer`.
9
+
10
+
## Usage
11
+
12
+
This is an abstract base implementation of the `Signer` and `ExternalSigner` classes. Use any of the available implementations (or subclass any of these classes yourself) to sign an actual PDF file. See for example the [P12Signer package](/packages/signer-p12) for signing with a PKCS#12 certificate bundle.
13
+
14
+
## Notes
15
+
16
+
* Make sure to have a look at the docs of the [@signpdf family of packages](https://github.com/vbuch/node-signpdf/).
17
+
* Feel free to copy and paste any part of this code. See its defined [Purpose](https://github.com/vbuch/node-signpdf#purpose).
0 commit comments