diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-29 05:01:23 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-02-04 04:27:10 +0100 |
commit | 0b837b3a0eb0934a0c1543218238944b1bd857b8 (patch) | |
tree | cced83c2ecd704f858abe9113cf16ce81c9050cb /README.adoc | |
parent | 55a17a69b793ef399f4c8799b37e737a0d2940b2 (diff) | |
download | pdf-simple-sign-0b837b3a0eb0934a0c1543218238944b1bd857b8.tar.gz pdf-simple-sign-0b837b3a0eb0934a0c1543218238944b1bd857b8.tar.xz pdf-simple-sign-0b837b3a0eb0934a0c1543218238944b1bd857b8.zip |
Go: add PDF 1.5 cross-reference stream support
This is not particularly complete, but it works (again) for Cairo.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index ee356f3..9e32e16 100644 --- a/README.adoc +++ b/README.adoc @@ -33,7 +33,8 @@ Runtime dependencies: libcrypto (OpenSSL 1.1 API) $ cd builddir $ ninja -In addition to the C++ version, also included is a native Go port: +In addition to the C++ version, also included is a native Go port, +which has enhanced PDF 1.5 support: $ go get janouch.name/pdf-simple-sign/cmd/pdf-simple-sign |