aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/utils
AgeCommit message (Collapse)AuthorFilesLines
2026-06-09migrate to StandardCharsets (java 17) (#91)Jakob Heher1-1/+2
2026-05-12Update docs & various fixes discovered in the process (#86)Jakob Heher1-2/+2
- 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-16fix some semgrep reported issues (#83)Jakob Heher1-20/+12
2024-03-15fix(pdfbox): remove character \u0009 (tabluator) before operate on fontThomas1-5/+13
Reason: will not be supported by fonts and must be replaced with blank before rendering
2023-01-12fix(sigblock): add mapping to support old RFC2255 names in signature-profile ↵Thomas1-21/+28
configurations Issue: #70 Add a mapping table into DNUtils to map specific RDN names to old format
2021-06-28seems to work on most systems ..Alexander Marsalek1-2/+13
2021-04-14added sbp checkAlexander Marsalek1-0/+31
2019-11-08Encoding of special charactersemusic2-4/+7
2016-07-01added augmentating signature profilesAndreas Fitzek1-1/+10
2015-04-24Always remove the alpha channel when signing PDF-A1/b dokuments from ↵Andreas Fitzek1-3/+3
signatureimage
2015-02-25fixed base64 image valueAndreas Fitzek1-44/+95
2014-11-24remove DN Utils ouputAndreas Fitzek1-2/+2
2014-10-30added Option to keep invalid signaturesAndreas Fitzek1-0/+19
2014-10-24enable Alpha Channel imagesAndreas Fitzek1-11/+6
2014-10-24Remove support for Alpha ImagesAndreas Fitzek1-4/+12
2014-10-24Image ScalingAndreas Fitzek1-0/+60
2014-10-16Introduced PDF-AS Backends, removed all pdfbox specific code to pdfbox backendAndreas Fitzek1-16/+0
2014-08-12Fixed PDF automatic positioningAndreas Fitzek1-0/+33
2014-07-10Integrity verification of Signature after Signature creation to ensure ↵Andreas Fitzek2-16/+55
correct signed Document
2014-07-01added copyright statements4.0.0-RC4Andreas Fitzek1-0/+23
2014-05-15Fixing GIF inclusionAndreas Fitzek1-0/+69
2014-05-15TTF Fonts width fix, null value in signature block fix, Signature reason ↵Andreas Fitzek1-0/+6
from config
2014-05-14Added Verification MessagesAndreas Fitzek1-2/+6
2014-04-15Fixed String encoding if CP1252 not applicable, use URL encodingAndreas Fitzek1-25/+63
2014-04-03Close streams where possibleTobias Kellner1-0/+1
2014-04-03Remove unused imports and variablesTobias Kellner1-1/+1
2014-02-20Added license textAndreas Fitzek6-0/+138
2014-02-18Moved signature data creation to PDFUtilsAndreas Fitzek1-0/+48
2014-02-04Implemented PDF Document permission checkAndreas Fitzek1-84/+95
2013-12-17Added default value for Signature Profile EntriesAndreas Fitzek1-0/+3
2013-12-12Removed warnings from common packageAndreas Fitzek1-2/+1
2013-12-12Removed package-info.java filesAndreas Fitzek1-8/+0
2013-10-02+ added PKCS7 detached siganture standard via keystoreAndreas Fitzek1-3/+11
+ added simple verification implementation
2013-10-01+ Extracting information from Certificate (Ognl)Andreas Fitzek2-1/+138
+ CMS KeyStore Signer (still wrong format)
2013-09-26initial code commitAndreas Fitzek6-0/+219