Replacement for LoadFromZipNG
Posted: Fri Oct 31, 2014 10:25 pm
I am using following code from your example webapp (https://github.com/plutext/OpenDoPE-WAR):
The class LoadFromZipNG is deprecated. Is there a replacement?
Thank you in advance for your answer.
- 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.