File: README.txt

package info (click to toggle)
jodconverter 2.2.2-10
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 468 kB
  • sloc: java: 1,566; xml: 617; makefile: 20
file content (58 lines) | stat: -rw-r--r-- 1,815 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
JODConverter
============

This is JODConverter version 2.2.2, released on 2009-04-11.

JODConverter is a Java library for converting office documents into different
formats, using OpenOffice.org 2.x or 3.x.

See http://www.artofsolving.com/opensource/jodconverter for the latest documentation.

Before you can perform any conversions you need to start OpenOffice.org
in listening mode on port 8100 as described in the JODConverter Guide.

As a quick start you can type from a command line

  soffice -headless -accept="socket,port=8100;urp;"

JODConverter is both a Java library and a set of ready-to-use tools:

 * a web application that you can deploy into any servlet container (e.g. Apache Tomcat)
 * a command line tool (java -jar jodconverter-cli-2.2.2.jar <input-document> <output-document>)

Requirements
============

The JAR library requires

 * Java 1.4 or higher
 * OpenOffice.org 2.x or 3.x; the latest stable version (currenty 3.0.1) is generally recommended

The webapp additionally requires

 * A Servlet 2.3 container such as Apache Tomcat v4.x or higher

Licenses
========

JODConverter is distributed under the terms of the LGPL.

This basically means that you are free to use it in both open source
and commercial projects.

If you modify the library itself you are required to contribute
your changes back, so JODConverter can be improved.

(You are free to modify the sample webapp as a starting point for your
own webapp without restrictions.)

JODConverter includes various third-party libraries so you must
agree to their respective licenses - included in docs/third-party-licenses.

That may include software developed by

 * the Apache Software Foundation (http://www.apache.org)
 * the Spring Framework project (http://www.springframework.org)

--
Mirko Nasato <mirko@artofsolving.com>