2017-11-08 16:07:39 +01:00
|
|
|
pdf-simple-sign
|
|
|
|
===============
|
|
|
|
|
2018-10-02 23:19:38 +02:00
|
|
|
'pdf-simple-sign' is a simple PDF signer intended for documents produced by
|
2020-09-05 20:03:10 +02:00
|
|
|
the Cairo library, GNU troff, ImageMagick, or similar.
|
2017-11-08 16:07:39 +01:00
|
|
|
|
|
|
|
I don't aim to extend the functionality any further. The project is fairly
|
|
|
|
self-contained and it should be easy to grasp and change to suit to your needs.
|
|
|
|
|
2020-09-05 20:03:10 +02:00
|
|
|
Documentation
|
|
|
|
-------------
|
|
|
|
See the link:pdf-simple-sign.adoc[man page] for information about usage.
|
|
|
|
The rest of this README will concern itself with externalities.
|
|
|
|
|
2020-09-11 00:15:58 +02:00
|
|
|
image:https://pkg.go.dev/badge/janouch.name/pdf-simple-sign@master/pdf["PkgGoDev", link="https://pkg.go.dev/janouch.name/pdf-simple-sign@master/pdf"]
|
|
|
|
|
2017-11-08 16:07:39 +01:00
|
|
|
Building
|
|
|
|
--------
|
2020-09-05 20:03:10 +02:00
|
|
|
Build dependencies: Meson, Asciidoctor, a C++11 compiler, pkg-config +
|
2018-08-03 19:58:36 +02:00
|
|
|
Runtime dependencies: libcrypto (OpenSSL 1.1 API)
|
2017-11-08 16:07:39 +01:00
|
|
|
|
2018-06-24 04:35:45 +02:00
|
|
|
$ git clone https://git.janouch.name/p/pdf-simple-sign.git
|
2017-11-08 16:07:39 +01:00
|
|
|
$ cd pdf-simple-sign
|
|
|
|
$ meson builddir
|
|
|
|
$ cd builddir
|
|
|
|
$ ninja
|
|
|
|
|
2018-10-02 23:19:38 +02:00
|
|
|
In addition to the C++ version, also included is a native Go port:
|
|
|
|
|
|
|
|
$ go get janouch.name/pdf-simple-sign/cmd/pdf-simple-sign
|
|
|
|
|
2017-11-08 16:07:39 +01:00
|
|
|
Contributing and Support
|
|
|
|
------------------------
|
2018-06-24 04:35:45 +02:00
|
|
|
Use https://git.janouch.name/p/pdf-simple-sign to report bugs, request features,
|
|
|
|
or submit pull requests. `git send-email` is tolerated. If you want to discuss
|
|
|
|
the project, feel free to join me at ircs://irc.janouch.name, channel #dev.
|
2017-11-08 16:07:39 +01:00
|
|
|
|
2018-06-24 04:35:45 +02:00
|
|
|
Bitcoin donations are accepted at: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9
|
2017-11-08 16:07:39 +01:00
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
2018-06-24 04:35:04 +02:00
|
|
|
This software is released under the terms of the 0BSD license, the text of which
|
|
|
|
is included within the package along with the list of authors.
|