<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pdf-as-4/pdf-as-lib/src/main/java/at/gv/egiz, branch master</title>
<subtitle>PDF Amtssignatur 4.x (PAdES)</subtitle>
<id>https://git.egiz.gv.at/pdf-as-4/atom?h=master</id>
<link rel='self' href='https://git.egiz.gv.at/pdf-as-4/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/'/>
<updated>2026-06-10T12:28:52+00:00</updated>
<entry>
<title>Connector url cleanup (#94)</title>
<updated>2026-06-10T12:28:52+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-06-10T12:28:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=7a204f2c2520a875fa9c4166c243775e52f03e77'/>
<id>urn:sha1:7a204f2c2520a875fa9c4166c243775e52f03e77</id>
<content type='text'>
* cleanup the URL in the BKUSLConnector/SL20Connector for pdf-as-web connector bkus (even though they are never used, as best as i can tell)

* add a test case for redirection destination on formpost</content>
</entry>
<entry>
<title>migrate to StandardCharsets (java 17) (#91)</title>
<updated>2026-06-09T10:34:50+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-06-09T10:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=ab521a7b02d2f01673ab944bbe76c6426edea646'/>
<id>urn:sha1:ab521a7b02d2f01673ab944bbe76c6426edea646</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Further follow-up fixes (#87)</title>
<updated>2026-06-08T13:20:40+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-06-08T13:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=9b452b7f5abf799a31f751859ca3103f053adebf'/>
<id>urn:sha1:9b452b7f5abf799a31f751859ca3103f053adebf</id>
<content type='text'>
* remove remaining references to pdf-as 4

* fix tomcat coop

- properly initialize spring boot not just for bootRun but also for tomcat
- fail-fast if properties fails to load
- also deps bumps

* major version bumps

spring boot 3 -&gt; 4
tomcat 10 -&gt; tomcat 11
junit 4 -&gt; 6</content>
</entry>
<entry>
<title>Update docs &amp; various fixes discovered in the process (#86)</title>
<updated>2026-05-12T13:33:19+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-05-12T13:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=c8abbd8bef5349ab892a2853a4e5e3d5ed16b670'/>
<id>urn:sha1:c8abbd8bef5349ab892a2853a4e5e3d5ed16b670</id>
<content type='text'>
- update documentation for pdf-as 5
  - document the v2 json api
- fix a number of documentation quirks
  - document `keyId` parameter
  - px (pixels) -&gt; pt (pdf page units)
  - document --verify_level
- remove a number of documented features that were never implemented:
  - `adobeSignFieldValue` and `sigLogoAltText` from signature profiles
  - `UNDERLINE` and `STRIKETHRU` from fonts
  - `num-bytes` parameter
  - `verify_only`/`sign_only` enable states for profiles
- update mobile BKU base URL
- update pdfbox backend default to 3 in sample configurations
- consistently made boolean parsing from configuration files case permissive
- add moa verification timeout
- add support for BOLDITALIC to all base fonts, and for ITALIC to helvetica and courier
- fix a number of small quirks
  - hibernate properties are now reloaded properly
  - fix the signature block parameter key regex
  - v1 json api now correctly checks for onlinebku/mobilebku being enabled
  - pdfbox 2 module correctly compares for integer equality regardless of cached boxed ints
  - test operationcountwatcher no longer sometimes breaks due to spring context differences</content>
</entry>
<entry>
<title>Move pdf-as-web.conf to Spring &amp; add MOA timeout (#84)</title>
<updated>2026-04-30T08:21:59+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-04-30T08:21:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=e2bfdc313c0b6395d272624688b4ed1cba7ce967'/>
<id>urn:sha1:e2bfdc313c0b6395d272624688b4ed1cba7ce967</id>
<content type='text'>
* move -Dpdf-as-web.conf to spring

* add configurable timeout to MOA signing

* update workflow trigger</content>
</entry>
<entry>
<title>pdf-as-5 (#82)</title>
<updated>2026-04-15T11:49:22+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-04-15T11:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=77dd3fcc4d85088b15ab859c4438521d9cd6ed10'/>
<id>urn:sha1:77dd3fcc4d85088b15ab859c4438521d9cd6ed10</id>
<content type='text'>
- JDK 17
- PDFBox 3
- PDF-AS Web moved to Spring Boot
- MOA Integration tests w/ new error code

---------

Co-authored-by: Gerald Palfinger &lt;gerald.palfinger@a-sit.at&gt;
Co-authored-by: kathrin.resek &lt;kathrin.resek@a-sit.at&gt;</content>
</entry>
<entry>
<title>fix(core): add null check for signed document in process to avoid NullPointerException</title>
<updated>2026-03-04T16:52:52+00:00</updated>
<author>
<name>Thomas Lenz</name>
<email>thomas.lenz@egiz.gv.at</email>
</author>
<published>2026-03-04T16:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=bbb7dc4aec8ad9108b66eeb99e88bb52c8a4966f'/>
<id>urn:sha1:bbb7dc4aec8ad9108b66eeb99e88bb52c8a4966f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(verify): allow SHA-512 and SHA-384 for signatures</title>
<updated>2024-07-22T13:20:10+00:00</updated>
<author>
<name>Thomas</name>
<email></email>
</author>
<published>2024-07-22T13:20:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=eebedd18a87c96b61e028d546b21562e23088875'/>
<id>urn:sha1:eebedd18a87c96b61e028d546b21562e23088875</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(moa): allow SOAP MTOM mode for file transfer</title>
<updated>2024-06-24T08:17:24+00:00</updated>
<author>
<name>Thomas</name>
<email></email>
</author>
<published>2024-06-24T08:17:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=fd744d0c94decfcba938e354c7b9a29022325d1d'/>
<id>urn:sha1:fd744d0c94decfcba938e354c7b9a29022325d1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(core): check validity of signer certificate before signing</title>
<updated>2023-11-07T14:20:49+00:00</updated>
<author>
<name>Thomas</name>
<email></email>
</author>
<published>2023-11-07T14:20:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=dd3da582f803f21abd4480413f2d288a22f102c5'/>
<id>urn:sha1:dd3da582f803f21abd4480413f2d288a22f102c5</id>
<content type='text'>
</content>
</entry>
</feed>
