LuisSala / alfresco-jodconverter

JODConverter automates document conversions using LibreOffice/OpenOffice.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alfresco JODConverter

The Alfresco JODConverter (Java OpenDocument Converter) was forked from https://github.com/mirkonasato/jodconverter which stopped being maintaining in 2012. It contains patched code used by the Alfresco content services repository. The repository uses the JODConverter to help automates document conversions using LibreOffice or OpenOffice.org.

Prior to this github repository, a patched version of JODConverter (source and jar) were available in the Alfresco maven repository as com.artofsolving:jodconverter:2.1.0-alfresco-patched.

Building and testing

The core project can be built by running Maven command:

cd jodconverter-core
mvn clean install -DskipTests

Artifacts

The artifacts can be obtained by:

  • downloading from Alfresco repository
  • getting as Maven dependency by adding the dependency to your pom file:
<dependency>
  <groupId>org.alfresco</groupId>
  <artifactId>alfresco-jodconverter-core</artifactId>
  <version>3.0.1</version>
</dependency>

and Alfresco Maven repository:

<repository>
  <id>alfresco-maven-repo</id>
  <url>https://artifacts.alfresco.com/nexus/content/groups/public</url>
</repository>

The SNAPSHOT version of the artifact is never published.

Bamboo

The build plan in Bamboo is PLAT-JOD

Contributing guide

Please use this guide to make a contribution to the project.

About

JODConverter automates document conversions using LibreOffice/OpenOffice.org


Languages

Language:Java 91.8%Language:JavaScript 4.9%Language:Shell 1.6%Language:Rich Text Format 1.3%Language:HTML 0.4%