Does anyone know how to convert an odt file (LibreOffice) to pdf?
Thank you very much!
|
Does anyone know how to convert an Thank you very much! |
|||||
|
|
Just open the document with libre office and choose Export as PDF...:
For a command line solution there is unoconv
Note: Only starting from Ubuntu 11.10 unoconv depends on Libre Office. Previous unoconv versions (from Ubuntu <= 11.04) depend on Open Office (but it will also run with Libre Office). |
||||
|
|
|
You can also use the command line of libreoffice for your purpose. That gives you the advantage of batch conversion. But single files are also possible. This example converts all odt-files in the current directory to pdf's:
Get more information on command line options with:
(Note: You have to close all running instances of libreoffice before the command line works) |
||||
|
Nautilus ScriptThis script utilizes libreoffice to convert files compatible with LibreOffice to PDF.
For installation instructions see here: How do I install a nautilus script? |
|||||
|
|
Note: I decided to delete my answer from this question and to post a modified version of it here when I realised that However, You could use the command-line Using the terminal you could
(This one-liner is a modification of my translate script featured in this answer.) If you later want to use any other file formats, just substitute the Further information on and options for the program can be found by entering in terminal |
||||
|
|
|
Consider using the docspal service (http://www.docspal.com). It is free, fast and supports lots of formats. Hope, it will be useful for you. |
||||
|
|
Another Nautilus ScriptThis very simple and lightweight Nautilus Script uses
|
|||
|
|