aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-cli/src/test
AgeCommit message (Collapse)AuthorFilesLines
2026-06-09migrate to StandardCharsets (java 17) (#91)Jakob Heher1-2/+3
2026-05-12Update docs & various fixes discovered in the process (#86)Jakob Heher4-25/+3
- 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-15pdf-as-5 (#82)Jakob Heher4-27/+29
- 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-02-14test(core): update keystore to fix broken testThomas1-0/+0
2023-01-13fix(sigblock): invalid preview in case of sig-blocks with more than half ↵Thomas1-0/+37
page height Issue: #68 ## Info: This is only a work-around, because it looks like a general issue in methods to create visual signature tables. T
2023-01-12fix(sigblock): optimize image rendering of signature blocksThomas1-4/+4
Issue: #65
2021-06-25fix for issue #47Alexander Marsalek1-1/+1
2021-06-25test for issue #47Alexander Marsalek2-0/+52
2021-06-23more testsAlexander Marsalek1-1/+35
2021-06-23added empty file, so that git creates "out" folderAlexander Marsalek1-0/+0
2021-06-22v4.2.0Alexander Marsalek1-2/+2
2021-04-16added test & error messageAlexander Marsalek1-0/+33
2021-04-16clean upAlexander Marsalek1-34/+2
2021-04-15pass empty map if no map is suppliedAlexander Marsalek1-3/+4
2021-04-14added testAlexander Marsalek43-0/+2639
2016-07-25developer changesAndreas Fitzek1-1/+1
2016-05-18Updated test cases for signature positioningChristian Maierhofer1-1/+1
2016-02-15urlencoder test clssAndreas Fitzek1-0/+18
2015-02-25fixed base64 image valueAndreas Fitzek1-1/+3
2014-11-28Rotations testsAndreas Fitzek9-0/+116
2014-10-24Test cases addedAndreas Fitzek2-0/+110
2014-10-24KS Test updateAndreas Fitzek1-1/+2
2014-10-23File handle close testAndreas Fitzek1-0/+44
2014-10-21PDF API update to ouput signed documents via output streamAndreas Fitzek1-8/+5
2014-10-15Rebuild API to support Java DataSource and Streams for in and outputAndreas Fitzek1-8/+4
2014-09-01removed API warningsAndreas Fitzek1-5/+4
2014-07-01added copyright statements4.0.0-RC4Andreas Fitzek1-0/+23
2014-05-15Signature Profile TestAndreas Fitzek1-0/+123