From c8abbd8bef5349ab892a2853a4e5e3d5ed16b670 Mon Sep 17 00:00:00 2001 From: Jakob Heher Date: Tue, 12 May 2026 15:33:19 +0200 Subject: Update docs & various fixes discovered in the process (#86) - update documentation for pdf-as 5 - document the v2 json api - fix a number of documentation quirks - document `keyId` parameter - px (pixels) -> 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 --- doc/AnbindungExterneWebanwendung.docx | Bin 348567 -> 464290 bytes doc/AnbindungExterneWebanwendung.pdf | Bin 581615 -> 389457 bytes doc/PDFAS4_Dokumentation.docx | Bin 95109 -> 0 bytes doc/PDFAS4_Dokumentation.pdf | Bin 460366 -> 0 bytes doc/PDFAS4_Profile_Dokumentation.docx | Bin 169770 -> 0 bytes doc/PDFAS4_Profile_Dokumentation.pdf | Bin 359603 -> 0 bytes doc/PDFAS4_WebDokumentation.docx | Bin 135268 -> 0 bytes doc/PDFAS4_WebDokumentation.pdf | Bin 436460 -> 0 bytes doc/PDFAS5_Dokumentation.docx | Bin 0 -> 122606 bytes doc/PDFAS5_Dokumentation.pdf | Bin 0 -> 413748 bytes doc/PDFAS5_Profile_Dokumentation.docx | Bin 0 -> 167879 bytes doc/PDFAS5_Profile_Dokumentation.pdf | Bin 0 -> 343096 bytes doc/PDFAS5_WebDokumentation.docx | Bin 0 -> 172423 bytes doc/PDFAS5_WebDokumentation.pdf | Bin 0 -> 313146 bytes 14 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 doc/PDFAS4_Dokumentation.docx delete mode 100644 doc/PDFAS4_Dokumentation.pdf delete mode 100644 doc/PDFAS4_Profile_Dokumentation.docx delete mode 100644 doc/PDFAS4_Profile_Dokumentation.pdf delete mode 100644 doc/PDFAS4_WebDokumentation.docx delete mode 100644 doc/PDFAS4_WebDokumentation.pdf create mode 100644 doc/PDFAS5_Dokumentation.docx create mode 100644 doc/PDFAS5_Dokumentation.pdf create mode 100644 doc/PDFAS5_Profile_Dokumentation.docx create mode 100644 doc/PDFAS5_Profile_Dokumentation.pdf create mode 100644 doc/PDFAS5_WebDokumentation.docx create mode 100644 doc/PDFAS5_WebDokumentation.pdf (limited to 'doc') diff --git a/doc/AnbindungExterneWebanwendung.docx b/doc/AnbindungExterneWebanwendung.docx index c7b6ab4d..16dd35df 100644 Binary files a/doc/AnbindungExterneWebanwendung.docx and b/doc/AnbindungExterneWebanwendung.docx differ diff --git a/doc/AnbindungExterneWebanwendung.pdf b/doc/AnbindungExterneWebanwendung.pdf index 2acb3284..7a02d7b4 100644 Binary files a/doc/AnbindungExterneWebanwendung.pdf and b/doc/AnbindungExterneWebanwendung.pdf differ diff --git a/doc/PDFAS4_Dokumentation.docx b/doc/PDFAS4_Dokumentation.docx deleted file mode 100644 index 6781291f..00000000 Binary files a/doc/PDFAS4_Dokumentation.docx and /dev/null differ diff --git a/doc/PDFAS4_Dokumentation.pdf b/doc/PDFAS4_Dokumentation.pdf deleted file mode 100644 index 98e441b0..00000000 Binary files a/doc/PDFAS4_Dokumentation.pdf and /dev/null differ diff --git a/doc/PDFAS4_Profile_Dokumentation.docx b/doc/PDFAS4_Profile_Dokumentation.docx deleted file mode 100644 index fbb35cf7..00000000 Binary files a/doc/PDFAS4_Profile_Dokumentation.docx and /dev/null differ diff --git a/doc/PDFAS4_Profile_Dokumentation.pdf b/doc/PDFAS4_Profile_Dokumentation.pdf deleted file mode 100644 index 8bf5d5a3..00000000 Binary files a/doc/PDFAS4_Profile_Dokumentation.pdf and /dev/null differ diff --git a/doc/PDFAS4_WebDokumentation.docx b/doc/PDFAS4_WebDokumentation.docx deleted file mode 100644 index 91e006e4..00000000 Binary files a/doc/PDFAS4_WebDokumentation.docx and /dev/null differ diff --git a/doc/PDFAS4_WebDokumentation.pdf b/doc/PDFAS4_WebDokumentation.pdf deleted file mode 100644 index 39859f08..00000000 Binary files a/doc/PDFAS4_WebDokumentation.pdf and /dev/null differ diff --git a/doc/PDFAS5_Dokumentation.docx b/doc/PDFAS5_Dokumentation.docx new file mode 100644 index 00000000..e62b4c22 Binary files /dev/null and b/doc/PDFAS5_Dokumentation.docx differ diff --git a/doc/PDFAS5_Dokumentation.pdf b/doc/PDFAS5_Dokumentation.pdf new file mode 100644 index 00000000..3ad45bef Binary files /dev/null and b/doc/PDFAS5_Dokumentation.pdf differ diff --git a/doc/PDFAS5_Profile_Dokumentation.docx b/doc/PDFAS5_Profile_Dokumentation.docx new file mode 100644 index 00000000..ff9819ec Binary files /dev/null and b/doc/PDFAS5_Profile_Dokumentation.docx differ diff --git a/doc/PDFAS5_Profile_Dokumentation.pdf b/doc/PDFAS5_Profile_Dokumentation.pdf new file mode 100644 index 00000000..05a1b7a2 Binary files /dev/null and b/doc/PDFAS5_Profile_Dokumentation.pdf differ diff --git a/doc/PDFAS5_WebDokumentation.docx b/doc/PDFAS5_WebDokumentation.docx new file mode 100644 index 00000000..3291165c Binary files /dev/null and b/doc/PDFAS5_WebDokumentation.docx differ diff --git a/doc/PDFAS5_WebDokumentation.pdf b/doc/PDFAS5_WebDokumentation.pdf new file mode 100644 index 00000000..b73780b9 Binary files /dev/null and b/doc/PDFAS5_WebDokumentation.pdf differ -- cgit v1.2.3