Reputation: 49
In my current project, I need to convert Microsoft Office documents and PDF documents to image file with Java. Is there any open source Java library for that. And if so, which is the most reliable?
Upvotes: 2
Views: 2127
Reputation: 6920
You can use Apache PDFBox for PDF and Apache POI for converting Microsoft office documents.
Upvotes: 0
Reputation: 14568
you can try using JODConverter .
It is a open source project. The Java OpenDocument Converter, converts documents between different office formats.
Picked from here
Upvotes: 1