pdf-simple-sign/NEWS

30 lines
620 B
Plaintext
Raw Permalink Normal View History

2020-09-06 05:16:24 +02:00
1.1.1 (2020-09-06)
* Fix a dysfunctional example in the manual
* Go: write the xref table in a deterministic order
* Add a trivial test suite, based on pdfsig from poppler-utils
2020-09-05 20:03:51 +02:00
1.1 (2020-09-05)
* Make it possible to change the signature reservation with an option
* Return errors rather than mangle documents in some cases,
notably with pre-existing PDF forms
* Avoid downgrading the document's PDF version to 1.6
* A few fixes for PDF parsing and serialisation
* Add an instructive man page
* Add a native Go port of the utility, also usable as a library
2018-08-03 20:00:38 +02:00
1.0 (2018-08-03)
* Initial release