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 --- pdf-as-web/src/main/configuration/pdf-as-web.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pdf-as-web/src/main/configuration') diff --git a/pdf-as-web/src/main/configuration/pdf-as-web.properties b/pdf-as-web/src/main/configuration/pdf-as-web.properties index 98249adf..4b3102f9 100644 --- a/pdf-as-web/src/main/configuration/pdf-as-web.properties +++ b/pdf-as-web/src/main/configuration/pdf-as-web.properties @@ -20,7 +20,7 @@ ext.overwrite.wl.1=^$ ############################################################################## ## Signing by Security-Layer bku.local.url=http://127.0.0.1:3495/http-security-layer-request -bku.mobile.url=https://www.handy-signatur.at/mobile/https-security-layer-request/default.aspx +bku.mobile.url=https://service.a-trust.at/mobile/https-security-layer-request/default.aspx ############################################################################## @@ -58,13 +58,13 @@ moal.test.Certificate=KG_ECC_TEST.crt ############################################################################## ###### Enable SOAP Service # Enable signing endpoint -soap.sign.enabled=true +# soap.sign.enabled=true # Enable implicide signature-verification during WebService signing soap.sign.with.verify.enabled=true # Enable signature-verification endpoint -# soap.verify.enabled=false +# soap.verify.enabled=true ############################################################################## -- cgit v1.2.3