Skip to content
Snippets Groups Projects
Commit 4df30eccd7e1 authored by Florent Aide's avatar Florent Aide
Browse files

Better README

parent a9770e305e61
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,6 @@
py3o.renderers.juno is a Java driver for py3o to transform
an OpenOffice document into a PDF
It is intended to be used in conjunction with http://bitbucket.org/faide/py3o.renderserver
It is intended to be used in conjunction with `py3o.renderserver`_
But can be used outside it if you wish.
......@@ -8,5 +8,18 @@
But can be used outside it if you wish.
.. _py3o.renderserver: https://bitbucket.org/faide/py3o.renderserver/
Note for end-users
==================
If you just search for an easy way to render LibreOffice files to PDF or DOCX, with ot without
templating capabilities, you should directly look at `py3o.fusion`_
`py3o.fusion`_ is a packaged webservice that lets you send a template, a target format and your data
and will return the resulting file.
.. _py3o.fusion: https://bitbucket.org/faide/py3o.fusion/
Prerequisites
=============
......@@ -21,7 +34,8 @@
- Oracle JDK 1.6 and OpenOffice 3.2.1 on Windows 7 and Windows server 2003
- Oracle JDK 1.6 and LibreOffice 3.4 on Windows 7 64bit
- OpenJDK 6 and LibreOffice 3.4 on Linux (Ubuntu and RHEL 5)
- OpenJDK 7 and LibreOffice 4.0.4 on Linux (Ubuntu 13.04) with some deprecation warnings but it still works
- OpenJDK 7 and LibreOffice 4.0.4 on Linux (Ubuntu 13.04)
- OpenJDK 7 and LibreOffice 4.2.4.2 on Linux (Ubuntu 14.04)
For example if you are on Ubuntu you should run this command::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment