diff options
author | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2021-05-26 14:59:28 +0200 |
---|---|---|
committer | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2021-05-26 14:59:28 +0200 |
commit | dd3c2b484ee1c545cdeb76499e8690311f24399e (patch) | |
tree | 59b56734bb22fa43c94d8d01e944bf30341f94ee | |
parent | 84b4fb27b83e4de938db9cda820cb47ae3f8ee45 (diff) | |
download | pdf-over-dd3c2b484ee1c545cdeb76499e8690311f24399e.tar.gz pdf-over-dd3c2b484ee1c545cdeb76499e8690311f24399e.tar.bz2 pdf-over-dd3c2b484ee1c545cdeb76499e8690311f24399e.zip |
Release Notes added
-rw-r--r-- | .gitlab-ci.yml | 2 | ||||
-rw-r--r-- | Readme.md | 23 |
2 files changed, 23 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b739046..17579354 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,4 +7,4 @@ build: tags: - docker script: - - mvn clean compile -DskipTests=true
\ No newline at end of file + - mvn clean compile -DskipTests=true @@ -1,4 +1,25 @@ -# PDF-Over +# [PDF-Over](https://technology.a-sit.at/en/pdf-over/) + [![pipeline status](https://gitlab.iaik.tugraz.at/egiz/pdf-over/badges/master/pipeline.svg)](https://gitlab.iaik.tugraz.at/egiz/pdf-over/-/commits/master) +## Release Notes + +### PDF-Over 4.3.0 +- Support of the following signature profiles: + + Standard Signature Block (the signature block as before) + + Official Signature (this profile is used by public services for creating an official signature) + + Logo Only (this profile can be used to sign with just only a logo as signature block) + + Invisible (in this profile, the signature block is invisible) +- Support of new signature placeholder fields + + This placeholder fields can be created by using e.g. Acrobat Reader or other software + + The option to use can be set in the advanced configuration +- Support custom postfix + + The postfix of the signed file to save can be set in the advanced configuration settings + +Inquiries to: software@egiz.gv.at + +Important: The Linux installer requires Java 8 or Java 11. + +SHA-256 hash sum for version 4.3.1 Windows Installer: +97DE1C7618A504569195077C8E514780AD2F1C057AB18C935B80E3BBD784C5CB
\ No newline at end of file |