From df41a5ccab66739b3aa79355f6b77271897eb61f Mon Sep 17 00:00:00 2001 From: Rafael Winterhalter Date: Fri, 8 May 2015 08:53:53 +0200 Subject: [PATCH] Added documents4j I know that self-submissions are frowned upon but I think documents4j is a quite unique tool and is useful, especially in enterprise context. Feel free to add it if you find it appropriate. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85f44c3..4ede5b1 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Apache POI](http://poi.apache.org/) - Supports OOXML (XLSX, DOCX, PPTX) as well as OLE2 (XLS, DOC or PPT). * [jOpenDocument](http://www.jopendocument.org/) - Processes the OpenDocument format. +* [documents4j](http://documents4j.com) - Java API for document format conversion using third-party converters such as MS Word. ## Functional Programming