bjoern@2: odfcast bjoern@2: ======= bjoern@2: bjoern@25: A conversion http service based on py3o and PyPDF2 bjoern@25: bjoern@25: bjoern@25: Installation bjoern@25: ------------ bjoern@25: bjoern@25: Install requirements:: bjoern@25: bjoern@25: $ pip install -r requirements.txt bjoern@25: bjoern@27: Currently a unreleased version of py3o.renderers.pyuno is required to work bjoern@27: correctly:: bjoern@27: bjoern@27: $ hg clone https://bjoernricks@bitbucket.org/faide/py3o.renderers.pyuno pyuno bjoern@27: $ pip install ./pyuno bjoern@27: bjoern@25: bjoern@25: Run bjoern@25: --- bjoern@25: bjoern@25: Start server:: bjoern@25: bjoern@25: $ python main.py bjoern@25: bjoern@25: Open your webbrowser or user example clients:: bjoern@25: bjoern@25: $ ./castclient.py in.odt out.file -f format bjoern@25: bjoern@25: $ ./castclient.py in.odt out.file -f format --json data.json bjoern@25: bjoern@25: $ ./mergeclient.py in1.pdf in2.pdf in3.pdf -o out.pdf bjoern@25: bjoern@25: License bjoern@25: ------- bjoern@25: bjoern@25: MIT License