Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.75 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.75 KB

Documentation

Table of Contents

Overview

JODConverter, the Java OpenDocument Converter, converts documents between different office formats. It leverages Apache OpenOffice or LibreOffice, which provide arguably the best free import/export filters for OpenDocument and Microsoft Office formats available today.

JODConverter automates all conversions supported by OpenOffice/LibreOffice. Supported conversions include:

Document Type Input Format Output Format
Text DOC, DOCX, ODT, RTF, TEXT DOC, DOCX, HTML, ODT, PDF, PNG, RTF, TXT
Spreadsheet CSV, ODS, TSV, XLS, XLSX CSV, HTML, ODS, PDF, PNG, TSV, XLS, XLSX
Presentation ODP, PPT, PPTX HTML, ODP, PDF, PNG, PPT, PPTX, SWF
Drawing ODG ODG, PDF, PNG, SWF
Other HTML DOC, DOCX, HTML, ODT, PDF, PNG, RTF, TXT

JODConverter can be used in many different ways:

  • As a Java library, embedded in your own Java application.
  • As a command line tool, possibly invoked from your own scripts.
  • As a simple web application: upload your input document, select the desired format and download the converted version.