Is there a Java library equivalent to Microsoft/.NET System.IO.Packaging?

522 views Asked by At

Is there a Java library equivalent to System.IO.Packaging. If so what is the experience of

  1. unpacking DOCX files
  2. editing DOCX files
  3. building DOCX files from scratch.
2

There are 2 answers

0
willcodejavaforfood On BEST ANSWER

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.

0
IAdapter On