aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-pdfbox-2/src/main/java/at/gv/egiz/pdfas/lib/impl/pdfbox2/positioning/Positioning.java
AgeCommit message (Collapse)AuthorFilesLines
2024-03-08feat(core): add new page position parameter 'last'Thomas1-47/+39
2023-09-20fix(positioning): remove old code that prohibits newPage on already signed ↵Thomas1-8/+2
documents in combination with forceNewPage flag
2023-07-05fix(positioning): only add a new page on less space if no concrete page was ↵Thomas1-1/+1
requested
2023-06-26refact(core): pdfBox signer refactoringThomas1-2/+1
2023-04-18chore(pos): change order of configuration check for 'less space'Thomas1-4/+4
check profile specific configuration first and 'failOnLessSpace' afterwards
2023-03-02feat(positioning): add hidden parameter to enforce new pages on already ↵Thomas1-10/+25
signed documents
2023-01-12feat(signatureblock): optimize processing for signed documents with less ↵Thomas1-303/+316
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
2020-07-30rename signature profileEmina Ahmetovic1-2/+3
2020-01-17changes in qr placeholder search - additional information removed, location ↵emusic1-3/+1
of dictionary used for storing qr info
2019-12-16remove add new page functionality when signature already existsemusic1-17/+44
2018-10-30remove extra linesemusic1-6/+1
2018-10-30Positioning of signature block on first page enabledemusic1-5/+5
2018-05-14changes in pdf-as-lib4.1.3emusic1-3/+5
2018-03-21changes regarding protection, bug fix, thread safeemusic1-0/+5
2016-08-17Moved Settings from common to libChristian Maierhofer1-2/+0
2016-08-17removed legacy modes for pdfbox2Christian Maierhofer1-3/+3
2016-08-17added config params for bg-detection and debug renderingChristian Maierhofer1-4/+8
2016-08-17Modified sig-block positioning to image-basedChristian Maierhofer1-4/+14
2016-08-17initial pdfbox-2 commitChristian Maierhofer1-0/+308