Hello Everyone,
Need help on how to turn off debug info for docx4j 2.8.
I have tried to set docx4j.Log4j.Configurator.disabled=true of dcox4j.properties file in docx4j-2.8.0.jar, but that doesn't help.
Thanks
It is currently Sat Jan 11, 2025 5:50 pm
I have one last question and I'm pretty sure there's an easy fix, but Googling the problem hasn't seemed to help me. When I try and throw a JaxBException i'm getting a restriction:
Access restriction: The type JAXBException is not accessible due to restriction on required library C:\Program Files\Java\jre6\lib\rt.jar
Did the recent Java package add some restriction to these elements? It occurs for all 4 javax.xml.bind libraries I attempt to import. Perhaps you've encountered this ...
PresentationMLPackage pMLPackage =
(PresentationMLPackage)OpcPackage.load(new java.io.File(inputfilepath));
pMLPackage.save(new File(System.getProperty("user.dir") + "/Outputs/BA_Multiple_INS_OUT.pptx"));
Total posts 10116 • Total topics 2845 • Total members 2076