Mercurial > odfcast
annotate README.rst @ 44:49bcd77a94d7
py3o.renderers.pyuno has been released
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 24 Oct 2014 13:20:15 +0200 |
parents | 2f03f909d69c |
children | 4296a4daac74 |
rev | line source |
---|---|
2
745a53c8b4f2
Add a draft for a README
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
1 odfcast |
745a53c8b4f2
Add a draft for a README
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
2 ======= |
745a53c8b4f2
Add a draft for a README
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
3 |
38 | 4 A conversion http service based on Open-/LibreOffice, py3o and PyPDF2 |
25 | 5 |
6 | |
7 Installation | |
8 ------------ | |
9 | |
38 | 10 To be able to convert odf documents an installed version of OpenOffice or |
11 LibreOffice is required for odfcast. Please take a look at the corresponding | |
12 website of Open-/LibreOffice how to install them on your system. | |
13 | |
25 | 14 Install requirements:: |
15 | |
16 $ pip install -r requirements.txt | |
17 | |
18 Run | |
19 --- | |
20 | |
21 Start server:: | |
22 | |
23 $ python main.py | |
24 | |
25 Open your webbrowser or user example clients:: | |
26 | |
27 $ ./castclient.py in.odt out.file -f format | |
28 | |
29 $ ./castclient.py in.odt out.file -f format --json data.json | |
30 | |
31 $ ./mergeclient.py in1.pdf in2.pdf in3.pdf -o out.pdf | |
32 | |
33 License | |
34 ------- | |
35 | |
36 MIT License |