diff options
author | Přemysl Janouch <p@janouch.name> | 2018-10-02 23:19:38 +0200 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-10-04 01:03:45 +0200 |
commit | 43ca0e5035b6951297715a211b73d8db5f751f15 (patch) | |
tree | 12b9b653716d896ea690a3daaab036e69308b28f /README.adoc | |
parent | ad239714b0f9fb806abfbb0fbe4420e7304cb09f (diff) | |
download | pdf-simple-sign-43ca0e5035b6951297715a211b73d8db5f751f15.tar.gz pdf-simple-sign-43ca0e5035b6951297715a211b73d8db5f751f15.tar.xz pdf-simple-sign-43ca0e5035b6951297715a211b73d8db5f751f15.zip |
Add a Go port
It should be roughly at feature parity.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 8 |
1 files changed, 6 insertions, 2 deletions
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 ----- |