I try to convert word document to PDF using Docx4j in my webapplication
but I get this message in the generated pdf
TO HIDE THESE MESSAGES, TURN OFF log4j debug level logging for
org.docx4j.convert.out.pdf.viaXSLFO
I tried this http://stackoverflow.com/a/10116302/2682652configuring, but nothing changes. could someone help me how to fix this issue(turn off the log4j debug level logging for XSLFO)
thanks in advance