From 43ca0e5035b6951297715a211b73d8db5f751f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Tue, 2 Oct 2018 23:19:38 +0200 Subject: Add a Go port It should be roughly at feature parity. --- README.adoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index d20ff8a..59bfdef 100644 --- a/README.adoc +++ b/README.adoc @@ -2,8 +2,8 @@ pdf-simple-sign =============== :compact-option: -'pdf-simple-sign' is a simple open source PDF signer intended for documents -generated by Cairo. As such, it currently comes with some restrictions: +'pdf-simple-sign' is a simple PDF signer intended for documents produced by +the Cairo library. As such, it currently comes with some restrictions: * the document may not have any forms or signatures already, as they will be overwitten @@ -30,6 +30,10 @@ Runtime dependencies: libcrypto (OpenSSL 1.1 API) $ cd builddir $ ninja +In addition to the C++ version, also included is a native Go port: + + $ go get janouch.name/pdf-simple-sign/cmd/pdf-simple-sign + Usage ----- -- cgit v1.2.3