comparison README.rst @ 25:0ce19505ef12

Update README
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 29 Sep 2014 16:17:45 +0200
parents 745a53c8b4f2
children f9dbc39ffedf
comparison
equal deleted inserted replaced
24:e9d8a38b0e9e 25:0ce19505ef12
1 odfcast 1 odfcast
2 ======= 2 =======
3 3
4 A conversion http service based on py3o 4 A conversion http service based on py3o and PyPDF2
5
6
7 Installation
8 ------------
9
10 Install requirements::
11
12 $ pip install -r requirements.txt
13
14
15 Run
16 ---
17
18 Start server::
19
20 $ python main.py
21
22 Open your webbrowser or user example clients::
23
24 $ ./castclient.py in.odt out.file -f format
25
26 $ ./castclient.py in.odt out.file -f format --json data.json
27
28 $ ./mergeclient.py in1.pdf in2.pdf in3.pdf -o out.pdf
29
30 License
31 -------
32
33 MIT License
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)