- Code: Select all
LoadFromZipNG loader = new LoadFromZipNG();
try {
tmpPkg = (WordprocessingMLPackage)loader.get(docxInputStream);
} catch (Exception e) {
throw new Docx4JException("Error reading docx file (is this a valid docx?)");
}
The class LoadFromZipNG is deprecated. Is there a replacement?
Thank you in advance for your answer.