aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-lib/src/main/java/at/knowcenter
AgeCommit message (Collapse)AuthorFilesLines
2026-05-12Update docs & various fixes discovered in the process (#86)Jakob Heher1-8/+0
- 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 Heher2-24/+35
- 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-08feat(core): add new page position parameter 'last'Thomas1-195/+166
2019-12-16remove add new page functionality when signature already existsemusic1-0/+1
2017-12-11ProtectPDF, PDFAbschnalzer1-2/+5
2017-08-09Fixed problem with PAdES Signatures, removed some attributes from CAdES ↵4.1.1-RCbschnalzer1-3/+10
signatures which are not required, minor bug fixes, implemented new style (lineCenter)
2016-03-14Allow positioningparamter auto values to overwrite more specific profile valuesAndreas Fitzek1-4/+17
2016-02-22introduced minimum width for visual signature when positioned with a placeholderAndreas Fitzek1-1/+1
2014-11-24verification changesAndreas Fitzek1-0/+6
2014-10-16Introduced PDF-AS Backends, removed all pdfbox specific code to pdfbox backendAndreas Fitzek19-2270/+0
2014-10-06Colum span handling corrected. #38Andreas Fitzek1-6/+72
2014-08-26Improved Positioning input validation for signature rotationAndreas Fitzek1-5/+6
2014-08-12Fixed PDF automatic positioningAndreas Fitzek1-2/+2
2014-07-08Keep Font Dictionary in Resources original during positioningAndreas Fitzek1-0/+21
2014-07-01Signatureblock generation refactoredAndreas Fitzek1-1/+1
2014-06-06Signature Position merge, Table Borders offset fixAndreas Fitzek1-112/+159
2014-05-14Log Levels changedAndreas Fitzek1-0/+1
2014-05-07Fixed Annotation without page warningAndreas Fitzek1-3/+13
2014-05-06Fixed Positioning on empty page with only annotationAndreas Fitzek2-14/+17
2014-04-03Fixed Positioning to recognize AnnotationsAndreas Fitzek2-25/+68
2014-04-03SpellingTobias Kellner1-2/+2
2014-04-03Don't use raw types! Also check casts where possibleTobias Kellner18-23/+38
2014-04-03Remove unused imports and variablesTobias Kellner2-10/+22
2014-04-01PDFBOX Table generation incl. QR Code detection and Positioning is doneAndreas Fitzek1-7/+7
2014-02-20Added license textAndreas Fitzek26-3524/+4122
2014-02-11Support rotation of the signature block by r attribute in pos stringAndreas Fitzek2-3/+34
2013-12-12Moved harded messages to common.propertiesAndreas Fitzek1-1/+1
2013-09-26initial code commitAndreas Fitzek26-0/+3493