aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-lib/src
AgeCommit message (Collapse)AuthorFilesLines
2024-03-08test(core): add some more positioning testsThomas1-0/+9
2024-03-08feat(core): add new page position parameter 'last'Thomas1-195/+166
2023-12-19Merge branch 'feature/issue_68' into developmentThomas1-1/+1
# 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-11-07feat(core): check validity of signer certificate before signingThomas1-2/+20
2023-08-30style(core): just some code-style workThomas2-131/+126
2023-08-10fix(core): wrong default value in case of isValue(...) methodThomas1-1/+1
2023-06-27test(core): actived and fix some more testsThomas2-18/+23
2023-06-27feat(web): add request parameter to enable/disable QR-code placeholder ↵Thomas4-13/+45
searching on request level
2023-06-27chore(core): add missing interface implementationsThomas3-0/+36
2023-06-27feat(placeholder): add configuration value to disable profile over-write by ↵Thomas2-0/+3
placehoder information
2023-06-27chore(core): add methods to get boolean configuration-values into ↵Thomas1-0/+16
configuration class
2023-06-26refact(placeholder): clean-up, bugfix and optimize QR-Code placeholder detectionThomas10-818/+562
Major re-factoring of QR-Code detection with huge clean-up of code.
2023-04-11chore(core) remove unused configuration fileThomas1-23/+0
2023-04-11chore(pdf-as-web): optimize error-handlingThomas2-0/+6
Before, PDFASExceptions are dispalyed as generic errors
2023-01-13fix(sigblock): invalid preview in case of sig-blocks with more than half ↵Thomas1-1/+1
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-12feat(sigblock): validate signature-profile information provided by QR-code ↵Thomas2-2/+4
placeholder Issue: #64
2023-01-12fix(sigblock): add mapping to support old RFC2255 names in signature-profile ↵Thomas1-6/+2
configurations Issue: #70 Add a mapping table into DNUtils to map specific RDN names to old format
2023-01-12test(sigblock): add jUnit test to check title attribute of signer nameThomas2-0/+154
2023-01-12chore(sl): check Security-Layer error-codes to distinguish between critical ↵Thomas1-495/+514
and non-critical errors Issue: #71
2023-01-12chore(profiles): switch to https://www.signaturpruefung.gv.at for signature ↵Thomas12-25/+25
profiles Issue: #72
2023-01-12build(core): optimize dependency managementThomas1-0/+0
2023-01-12Merge branch 'development' into 'feature/issue_73'Thomas Lenz1-0/+0
# Conflicts: # build.gradle # pdf-as-pdfbox-2/src/main/java/at/gv/egiz/pdfas/lib/impl/signing/pdfbox2/PADESPDFBOXSigner.java
2023-01-12feat(signatureblock): optimize processing for signed documents with less ↵Thomas2-1/+7
space for signature block Issue #73 add configuration property to stop signing process if document has less space for new signature block and new page is not allowed because document is already signed
2023-01-12build(core): update third-party libsThomas1-0/+0
2021-07-22added getNextUnusedSignaturePlaceHolder => pdf over needs next unused ↵Alexander Marsalek1-1/+12
placeholder issue #54
2021-07-07Workaround for issue #51Alexander Marsalek1-1/+17
2021-06-30release v4.2.04.2.0Alexander Marsalek1-1/+0
2021-06-25fix for issue #47Alexander Marsalek1-0/+3
2021-06-23more testsAlexander Marsalek2-38/+59
2021-06-23set encoding to UTF-8Alexander Marsalek1-0/+1
2021-06-23one more testAlexander Marsalek1-0/+2
2021-06-23added test for umlauteAlexander Marsalek1-1/+13
2021-06-16ignore empty signatureblock parameters via pdf-as-web form, still RC1Alexander Marsalek1-1/+0
2021-06-16removed System.outAlexander Marsalek1-1/+1
2021-06-16v4.2.0-RC1 workaround to get implementation and specification version from ↵Alexander Marsalek1-3/+50
manifest
2021-06-01nullpointer fix pdf-as-webAlexander Marsalek1-0/+3
2021-04-20fix?Alexander Marsalek2-0/+67
2021-04-16added test & error messageAlexander Marsalek1-1/+1
2021-04-15pass empty map if no map is suppliedAlexander Marsalek1-1/+4
2021-04-14added testAlexander Marsalek1-2/+0
2021-04-14added sbp checkAlexander Marsalek5-4/+71
2021-04-12rename constantAlexander Marsalek2-2/+2
2021-04-12pdf-as-web signature block parameter handlingAlexander Marsalek4-8/+12
2021-04-10pass parameters to resolver(s)Alexander Marsalek4-8/+18
2021-04-10one resolver for certificate and request atrtributesAlexander Marsalek7-41/+40
2021-04-10added constantAlexander Marsalek3-2/+97
2021-04-10extend valueresolverAlexander Marsalek3-18/+45
2021-03-26simple PoC for this taskThomas3-9/+60
2021-03-26update gradle build-process to wrapper 6.8.3Thomas2-1/+16
2021-02-05fix placeholder overwritting issueEmina Ahmetovic1-0/+0