Simple PDF signer
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Přemysl Eric Janouch 67596a8153
extfs-pdf: improve the listing format
1 year ago
cmd extfs-pdf: improve the listing format 1 year ago
pdf Update documentation 1 year ago
.clang-format Add clang-format configuration, clean up 2 years ago
.gitignore Add .gitignore 2 years ago
LICENSE Update documentation 1 year ago
NEWS Bump version, update NEWS 3 years ago
README.adoc Update documentation 1 year ago
go.mod Bump Go modules to 1.17 2 years ago
go.sum Bump Go modules to 1.17 2 years ago
meson.build meson.build: use set_quoted() 2 years ago
pdf-simple-sign.adoc Manual: fix the example 3 years ago
pdf-simple-sign.cpp Minor revision 1 year ago
test.sh Add a test script to verify basic function 3 years ago

README.adoc

pdf-simple-sign

pdf-simple-sign is a simple PDF signer intended for documents produced by the Cairo library, GNU troff, ImageMagick, or similar.

I dont 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.

Documentation

See the man page for information about usage. The rest of this README will concern itself with externalities.

PkgGoDev

Building

Build dependencies: Meson, Asciidoctor, a C++11 compiler, pkg-config
Runtime dependencies: libcrypto (OpenSSL 1.1 API)

$ git clone https://git.janouch.name/p/pdf-simple-sign.git
$ cd pdf-simple-sign
$ meson builddir
$ 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

And a crude external VFS for Midnight Commander, that may be used to extract all streams from a given PDF file:

$ go get janouch.name/pdf-simple-sign/cmd/extfs-pdf

Contributing and Support

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.

Bitcoin donations are accepted at: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9

License

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.