view README.rst @ 27:f9dbc39ffedf

Update README for unreleased version of pyuno
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 29 Sep 2014 16:21:14 +0200
parents 0ce19505ef12
children 2f03f909d69c
line wrap: on
line source
odfcast
=======

A conversion http service based on py3o and PyPDF2


Installation
------------

Install requirements::

    $ pip install -r requirements.txt

Currently a unreleased version of py3o.renderers.pyuno is required to work
correctly::

   $ hg clone https://bjoernricks@bitbucket.org/faide/py3o.renderers.pyuno pyuno
   $ pip install ./pyuno


Run
---

Start server::

    $ python main.py

Open your webbrowser or user example clients::

    $ ./castclient.py in.odt out.file -f format

    $ ./castclient.py in.odt out.file -f format --json data.json

    $ ./mergeclient.py in1.pdf in2.pdf in3.pdf -o out.pdf

License
-------

MIT License
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)