aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-pdfbox-2/src/main/java/at
AgeCommit message (Collapse)AuthorFilesLines
2016-11-04prepare for memory resource managmentAndreas Fitzek1-1/+7
2016-11-04use pdfbox saveIncremental methodAndreas Fitzek1-62/+1
2016-09-07Encoding of unicode characters in signature block is handled by pdfbox nowChristian Maierhofer2-8/+24
The string to be written to the value field is checked. If one character is not available in the font, the string gets encoded.
2016-08-17Added Profile configuration validationChristian Maierhofer1-0/+131
2016-08-17Moved Settings from common to libChristian Maierhofer1-2/+0
2016-08-17nbspace was not recognized by pdfbox' internal fontsChristian Maierhofer1-3/+14
2016-08-17removed legacy modes for pdfbox2Christian Maierhofer2-8/+9
2016-08-17modified placeholder extraction for pdfbox2Christian Maierhofer2-8/+28
2016-08-17enabled pdf/ua againChristian Maierhofer1-2/+0
2016-08-17added config params for bg-detection and debug renderingChristian Maierhofer3-76/+25
2016-08-17Modified sig-block positioning to image-basedChristian Maierhofer5-55/+248
2016-08-17modified font cachingChristian Maierhofer2-159/+187
2016-08-17initial pdfbox-2 commitChristian Maierhofer44-0/+7967