Re: Log message from levigo.jbig2

2017-07-10 Thread Tilman Hausherr
Add this to your log4j.properties file: log4j.logger.com.levigo=WARN Tilman Am 10.07.2017 um 19:50 schrieb Joel Hirsh: I've been trying to turn off log message from levigo.jbig2 like the following: INFORMATION: Globals not set. The issue tracker shows this as closed: https://issues.apache.or

Log message from levigo.jbig2

2017-07-10 Thread Joel Hirsh
I've been trying to turn off log message from levigo.jbig2 like the following: INFORMATION: Globals not set. The issue tracker shows this as closed: https://issues.apache.org/jira/browse/PDFBOX-2594 But I am still getting the log messages. I am running PDFBox 2.0.6 and levigo-jbig2-imageio-1.6

UTF16 encoded string to PDFDocEncoding

2017-07-10 Thread Andrea Vacondio
Hi, we came across this case where we are basically cloning outline items where the original outline title is a UTF16BE encoded text string containing the value 00A0 (non break space). We later use the string to assign the title in a new outline item and the A0 is recognised as a € sign. Here is a