Hi Jason,
I am building a docx to pdf converter using docx4j for Appian. But when I deployed by jar in Appian Server it says "org.docx4j.openpackaging.exceptions.Docx4JException: Couldn't get .xml from ZipFile" at WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.load(inputStream).
This code is running fine as standalone java application when run from eclipse. Kindly suggest a solution