Is there a Java library equivalent to System.IO.Packaging
. If so what is the experience of
- unpacking DOCX files
- editing DOCX files
- building DOCX files from scratch.
Is there a Java library equivalent to System.IO.Packaging
. If so what is the experience of
I'd recommend docx4j which you can find here: http://dev.plutext.org/trac/docx4j It is a library for creating/unpacking/editing docx files and also lets you convert them to html, pdf etc.