aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/test/java
AgeCommit message (Collapse)AuthorFilesLines
2026-05-12Update docs & various fixes discovered in the process (#86)Jakob Heher8-79/+261
- 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
2026-04-30Move pdf-as-web.conf to Spring & add MOA timeout (#84)Jakob Heher5-185/+142
* move -Dpdf-as-web.conf to spring * add configurable timeout to MOA signing * update workflow trigger
2026-04-15pdf-as-5 (#82)Jakob Heher5-10/+437
- JDK 17 - PDFBox 3 - PDF-AS Web moved to Spring Boot - MOA Integration tests w/ new error code --------- Co-authored-by: Gerald Palfinger <gerald.palfinger@a-sit.at> Co-authored-by: kathrin.resek <kathrin.resek@a-sit.at>
2024-09-05test(web): add some more Web-service signing testsThomas2-0/+94
2024-09-05test(web): add simple Web-Service signing with differend documentsThomas2-1/+90
2024-09-05fix(verify): broken signature verification if documents contains a ↵Thomas1-0/+164
signature-field that was not used yet
2023-01-09test(web): add very simple start-up and signing testThomas1-0/+118