forked from unoconv/unoconv
-
Notifications
You must be signed in to change notification settings - Fork 0
Universal Office Converter - Convert between any document format supported by LibreOffice/OpenOffice.
License
masums/unoconv
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
unoconv converts any document format that OpenOffice can import, to any
document format that OpenOffice can export.
unoconv uses the OpenOffice's UNO bindings for non-interactive conversion
of documents.
unoconv tries to start an oofice instance that it then uses and
destroys. However the success rate of starting and stopping this
ooffice instance depends on some outside factors.
You can always start an instance yourself at the default port 2002 and
then use unoconv until you're finished using it and then stop it.
unoconv --listener &
unoconv -b pdf *.odt
unoconv -b doc *.odt
unoconv -b html *.odt
kill -15 %-
Also possible is to use a listener or OpenOffice instance that accepts
conntections on another system and use it from unoconv remotely. This
way the conversion tasks are performed on a dedicated system instead
of on the client system.
Other tools that are useful or similar in operation:
+ Text based document generation
http://www.methods.co.nz/asciidoc/
+ DocBook to OpenDocument XSLT
http://open.comsultia.com/docbook2odf/
+ Simple (and stupid) converter from OpenDocument Text to plain text
http://stosberg.net/odt2txt/
+ Another python tool to aid in converting files using UNO
http://www.artofsolving.com/files/DocumentConverter.py
http://www.artofsolving.com/opensource/pyodconverter
---
Please send me improvements to this document.
About
Universal Office Converter - Convert between any document format supported by LibreOffice/OpenOffice.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 92.8%
- Makefile 5.9%
- Shell 1.3%