I've successfully converted my docx to a PDF file, but I have some questions about the result:
1- Some log4j warnings appeared on the result file.
- I've downloaded the log4j.xml file from "src/main/resources", put it in my classpath, added "-log4j.configuration=lib/log4j.xml" to my VM args and then included in the file:
- Code: Select all
<logger name="org.docx4j.convert.out.pdf.viaXSLFO">
<level value="info"/>
</logger>
However, that didn't make the warnings disappear. What else I need to do?
2- On the ...