这是indexloc提供的服务,不要输入任何密码
Skip to content
/ unoconv Public
forked from unoconv/unoconv

Universal Office Converter - Convert between any document format supported by LibreOffice/OpenOffice.

License

Notifications You must be signed in to change notification settings

masums/unoconv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • Python 92.8%
  • Makefile 5.9%
  • Shell 1.3%