A pyuno based driver for py3o
Project description
pyuno for py3o
py3o.renderers.pyuno is a pyuno based driver for py3o to transform an OpenOffice document into a PDF or other supported format.
Prerequisites
You will need an installed version of Open-/LibreOffice.
This has been tested with LibreOffice 4.0 on Linux and LibreOffice 4.2 on Mac OS X.
Important Note
Windows
Windows is currently not supported by the pyuno driver (Patches are welcome!). It is recommended to use the java based driver py3o.renderers.juno which is really easier to deploy on Windows.
Linux / Mac OS X
If you are under Linux or Mac OS X, this driver will work with your system python as long as pyuno is correctly installed. It is not possible to call the pyuno bride directly if python shipped with Open-/LibreOffice has not the same version as the system python. To circumvent this problem the driver tries to determine the paths to the python version of Open-/LibreOffice and spawns a child proccess for the conversion which runs within this python environment.
Usage
Example with explicit output format:
from py3o.renderers.pyuno import Convertor c = Convertor() c.convert("py3o_example.odt", "py3o_example.out", "pdf")
Example with guessing the output format:
from py3o.renderers.pyuno import Convertor c = Convertor() c.convert("py3o_example.odt", "py3o_example.pdf")
Example with explicit host and port:
from py3o.renderers.pyuno import Convertor c = Convertor(host="127.0.0.1", port="8997") c.convert("py3o_example.odt", "py3o_example.pdf")
For more information please read the API documentation.
License
This software is licensed under the MIT License
Changelog
0.5 2014-11-20
Ignore errors of ended spawned office clients if the cause of the error was a signal. Older versions of OpenOffice sometime fail with sigsev (11) after the document conversion.
0.4 2014-11-07
Allow to specify search path for the office installation
Allow to guess the output format from the output file extension
Support the system python environment when running the conversion
Support for older Office-/Libreoffice versions which don’t understand – parameters (e.g. OpenOffice 3.2)
0.3 2014-10-14
Support for Mac OS X
Using the new common package for format declarations py3o.formats
Fixed problems with starting the OfficeSpawnedClient within the Open/-LibreOffice python environment
Contributors by alphabetic order
Aide Florent
Björn Ricks
If anyone is missing to this list please let us know!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
File details
Details for the file py3o.renderers.pyuno-0.5.zip
.
File metadata
- Download URL: py3o.renderers.pyuno-0.5.zip
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00bbdaaaebd240aece0a1d93b122c06aae87dacaf2fd49ead2e8128c86675c65 |
|
MD5 | 1be867363291d297ea44b8e2a38f6b3c |
|
BLAKE2b-256 | d67c36d1adfb2ebc067ed301371ebb953b97b4e537fc8a04f8a203a0f2d813ea |
Provenance
File details
Details for the file py3o.renderers.pyuno-0.5.tar.gz
.
File metadata
- Download URL: py3o.renderers.pyuno-0.5.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b850c01da72d1b31630ce4be5e629c3cd048756314c1aebc1dd806d3b10a0fe4 |
|
MD5 | 0d2c6fee8fc29a45739ed6a9d0603f1a |
|
BLAKE2b-256 | f86098d7561ced29c97dedbaab8ecc7d2d5b5efd7ea278c65584c461c5aa7375 |
Provenance
File details
Details for the file py3o.renderers.pyuno-0.5-py2.7.egg
.
File metadata
- Download URL: py3o.renderers.pyuno-0.5-py2.7.egg
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea0db6c63eb236ae08f7f456c097cc2650a91a41c78a6a203c9645997ab5b6e4 |
|
MD5 | cef160ea8155cae35023f05862715f98 |
|
BLAKE2b-256 | f31dd4b534aa3c00963e3d7f3a446172bd25a171a2350401485ef7105b95b377 |
Provenance
File details
Details for the file py3o.renderers.pyuno-0.5-py2-none-any.whl
.
File metadata
- Download URL: py3o.renderers.pyuno-0.5-py2-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fad5454c67effe6565ec36361f2f176a20b8bd58d7adbc1a98f23b97f80fdc2b |
|
MD5 | bfa9054ffbe8ea5294b47668c8598201 |
|
BLAKE2b-256 | 734ae19a4ec30123f9bfc411755e9e45f01ed4612ae7a417f7e9e4c2d29f4c66 |