view README.rst @ 45:4296a4daac74

A not released version of py3o.template is currently required
author Björn Ricks <bjoern.ricks@intevation.de>
date Fri, 24 Oct 2014 13:25:05 +0200
parents 49bcd77a94d7
children f270eaa7de8d
line wrap: on
line source
odfcast
=======

A conversion http service based on Open-/LibreOffice, py3o and PyPDF2


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

To be able to convert odf documents an installed version of OpenOffice or
LibreOffice is required for odfcast. Please take a look at the corresponding
website of Open-/LibreOffice how to install them on your system.

Install requirements::

    $ pip install -r requirements.txt

Currently an unreleased version of py3o.template is required to work
correctly::

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

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)