aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-cli
AgeCommit message (Collapse)AuthorFilesLines
2026-06-12Fix pdf-as-web-db data model (#97)Jakob Heher1-1/+1
* also delete packaged release builds when running gradle clean * fix & test pdf-as-web-db - rename column for `end` - fix embeddable data model for statisticevent - fix storage model to store sign request and statistic event paired
2026-06-09migrate to StandardCharsets (java 17) (#91)Jakob Heher1-2/+3
2026-06-08Further follow-up fixes (#87)Jakob Heher1-1/+0
* 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 -> 4 tomcat 10 -> tomcat 11 junit 4 -> 6
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 Heher6-42/+46
- 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-03-22chore(core): update third-party libsThomas1-1/+1
2024-02-14test(core): update keystore to fix broken testThomas1-0/+0
2023-12-19Merge branch 'feature/issue_68' into developmentThomas1-0/+37
# Conflicts: # pdf-as-pdfbox-2/src/main/java/at/gv/egiz/pdfas/lib/impl/signing/pdfbox2/PADESPDFBOXSigner.java # pdf-as-pdfbox-2/src/test/java/at/gv/egiz/pdfas/lib/testpdfbox/SignatureFieldsAndPlaceHolderExtractorTest.java
2023-04-11chore(core): update some more third-party libsThomas1-1/+1
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
2023-01-12build(core): update third-party libsThomas1-1/+1
2022-01-20Update logbackGerald Palfinger1-1/+1
2022-01-20Update logback (CVE-2021-42550) + other dependenciesGerald Palfinger1-1/+1
2022-01-20Update logbackGerald Palfinger1-1/+1
2022-01-20Update dependenciesGerald Palfinger1-1/+1
2021-06-28fix for issue #48Alexander Marsalek1-16/+0
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-06-01removed pdfbox1Alexander Marsalek1-35/+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
2021-04-10parsing off signature block CLI parametersAlexander Marsalek1-6/+23
2021-04-10pass parameters to resolver(s)Alexander Marsalek1-0/+9
2021-04-09use pdfbox2 hardcodedAlexander Marsalek1-1/+2
2021-03-26remove pdfbox 1.x backend from buildsThomas1-1/+1
2021-03-26update gradle build-process to wrapper 6.8.3Thomas1-21/+19
2020-09-24update libraries, use StringUtilsEmina Ahmetovic1-1/+0
2020-09-15chnages in build.gradle, update commons-collectionsEmina Ahmetovic1-1/+1
2020-04-15update gradle to 5.6.4 and update some build steps to this new versionThomas Lenz1-30/+25
2019-07-15adding replacements for deprecated modules in Java 9 and 11emusic1-1/+1
2019-06-19pdf-as documentation changes, qr placeholder search on profile level enabledemusic1-12/+0
2018-11-22Merge branch 'SL20_development'emusic1-0/+21
# Conflicts: # build.gradle # pdf-as-cli/src/main/java/at/gv/egiz/pdfas/cli/Main.java # pdf-as-lib/src/configuration/cfg/advancedconfig.properties # pdf-as-lib/src/main/java/at/gv/egiz/pdfas/lib/api/IConfigurationConstants.java # pdf-as-lib/src/main/resources/config/config.zip # pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/config/WebConfiguration.java # pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/servlets/PDFData.java
2018-10-30Positioning of signature block on first page enabledemusic1-27/+15
2018-09-06small changesemusic1-0/+3
2018-09-03delete unused statementsemusic1-25/+0
2018-06-27delete commentemusic1-1/+0
2018-06-27small changes in pdfaemusic1-18/+0
2018-05-14changes in pdf-as-lib4.1.3emusic1-2/+2
2018-03-22solved bug regarding setteremusic1-1/+0
2018-03-21changes regarding protection, bug fix, thread safeemusic1-2/+6
2018-03-21protect pdfemusic1-4/+24
2018-03-21protecting pdf fileemusic1-1/+2
# Conflicts: # pdf-as-pdfbox-2/src/main/java/at/gv/egiz/pdfas/lib/impl/signing/pdfbox2/PADESPDFBOXSigner.java
2016-12-14made pdfbox1 version explicit, pdfbox2 is now default backendAndreas Fitzek1-9/+9
2016-11-04fixed runtime paths for cliAndreas Fitzek1-2/+2