skip to Main Content

Apache POI exception

I need to convert a docx to a PDF and I am going with Apache POI. This is my POM: <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>4.0.0</version> </dependency> <dependency> <groupId>fr.opensagres.xdocreport</groupId> <artifactId>org.apache.poi.xwpf.converter.pdf</artifactId> <version>1.0.6</version> </dependency> <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml --> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>4.0.0</version> </dependency> <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml-schemas…

VIEW QUESTION

Why is apache dtd for struts throwing errors

This morning several branches of a system I am working on all started to break with the following error messages: (everything was fine last night) [37m2018-09-12 11:55:34.733[0;39m [1;31mERROR[0;39m [37m--- [ main] [0;39m [ ] 36mcom.opensymphony.xwork2.util.DomHelper [0;39m : The markup declarations…

VIEW QUESTION
Back To Top
Search