Am 13.05.2019 um 17:56 schrieb Cyril Beaussier:
On 2019/05/13 13:08:52, Tilman Hausherr <thaush...@t-online.de> wrote:
I wonder if the "*" could be a problem.
ExtractText has not this joker in the passed string and this function failed.
I try to replace * by the fullname image and the problem still occurs.
:-(
Yeah I know but it was still worth a try.
You could also try to enable logging. add
-Djava.util.logging.config.file=logging.properties
and logging.properties should contain this:
handlers=java.util.logging.FileHandler
java.util.logging.FileHandler.level=FINEST
java.util.logging.FileHandler.pattern=/somepath/pdfbox.log
java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
It would be interesting if there is any output. (No file could also mean
that there were not any messages)
Tilman