Jason,
Is there a way to open a docx file, base64-encoded? As you know docx files are compressed files that need to be extracted first before generating a base64-encoded string of the main document. Is there a way to extract the docx prior to loading the docsx using wordMLPackage = Docx4J.load(is);?
In addition, how would I convert back "wordMLPackage" to base64-encode string?
The error I get is
org.docx4j.openpackaging.io3.stores.ZipPartStore .<init> line 127 - Unexpected end of ...