diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-28 23:12:42 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-06-28 23:12:42 +0200 |
commit | 69b939c707c38be9e1ca1e671560ff385729a2d0 (patch) | |
tree | bd39bd2897b71d8554bcf0d78ae51d79e501cbaa /README.adoc | |
parent | 87681d15baa43f58eb2fb5319d87f53c6f327e28 (diff) | |
download | pdf-simple-sign-69b939c707c38be9e1ca1e671560ff385729a2d0.tar.gz pdf-simple-sign-69b939c707c38be9e1ca1e671560ff385729a2d0.tar.xz pdf-simple-sign-69b939c707c38be9e1ca1e671560ff385729a2d0.zip |
Fix tests, document new limitation
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 50dc9e6..0a5c3fa 100644 --- a/README.adoc +++ b/README.adoc @@ -2,7 +2,8 @@ pdf-simple-sign =============== 'pdf-simple-sign' is a simple PDF signer intended for documents produced by -the Cairo library, GNU troff, ImageMagick, or similar. +the Cairo library (≤ 1.17.4 or using PDF 1.4), GNU troff, ImageMagick, +or similar. 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. |