Posts

Showing posts with the label libreoffice

Libreoffice convert-to not working

Libreoffice convert-to not working I'm trying to convert documents from html,txt to pdf,odt and vice versa.. But only odt to pdf seems to work.. No other file formats are converted Here are my commands libreoffice --headless --convert-to pdf test.html [Not working] libreoffice --headless --convert-to odt test.html [Not working] libreoffice --headless --convert-to pdf test.docx [Not working] libreoffice --headless --convert-to pdf test.odt [Working] Please add the version number of libreoffice you are using. – z-- Mar 6 '14 at 14:45 I've read in other places that --headless must come after --convert-to (but I'm still struggling to get this to work) – Ronnie Overby Apr 2 '15 at 12:01 ...