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?
In my current project, I need to convert Microsoft Office documents and PDF documents
Share
You can use Apache PDFBox for PDF and Apache POI for converting Microsoft office documents.
Apache PDFBox
Apache POI