From 6224a363e9387157c9ab8dc10582c7eb4d4547aa Mon Sep 17 00:00:00 2001 From: Paul van Brouwershaven Date: Fri, 8 Jul 2022 17:55:34 +0200 Subject: [PATCH] Add comment about PDFSigner --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 76d387a..e73d46e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ This PDF signing library is written in [Go](https://go.dev). The library is in development, might not work for all PDF files and the API might change, bug reports, contributions and suggestions are welcome. +**See also our [PDFSigner](https://github.com/digitorus/pdfsigner/), a more advanced digital signature server that is using this project.** + ## From the command line ```