diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-09-04 17:16:42 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-09-04 18:30:09 +0200 |
commit | 2d08100b58b6c7e06f124aef3e2761bcdaeac85b (patch) | |
tree | 13c09c71e8b203e88e40a150b1327ce404283bda /README.adoc | |
parent | 1224d9be47e5235f39556d9118c9893ee6e68a4c (diff) | |
download | pdf-simple-sign-2d08100b58b6c7e06f124aef3e2761bcdaeac85b.tar.gz pdf-simple-sign-2d08100b58b6c7e06f124aef3e2761bcdaeac85b.tar.xz pdf-simple-sign-2d08100b58b6c7e06f124aef3e2761bcdaeac85b.zip |
Avoid downgrading the document's PDF version
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index 46bc9ed..6e7acd3 100644 --- a/README.adoc +++ b/README.adoc @@ -9,8 +9,6 @@ the Cairo library. As such, it currently comes with some restrictions: overwritten * the document may not employ cross-reference streams, or must constitute a hybrid-reference file at least - * the document may not be newer than PDF 1.6 already, or it will get downgraded - to that version * the signature may take at most 4 kilobytes as a compile-time limit, which should be enough space even for one intermediate certificate |