Wednesday, February 9, 2011

How to setup unoconv in Ubuntu Lucid

If you want to convert between any document format that OpenOffice understands especially for non-interactive conversion of documents.

You will need openoffice.org:
# apt-get install openoffice.org
# apt-get install openoffice.org-writer2latex

Install unoconv:
# apt-get install unoconv

Running unoconv:
# unoconv --listener &

Test:
# unoconv -f pdf myfile.ppt

Done.

No comments:

Post a Comment