This video shows way to convert your odt libreoffice document format to pdf or others (docx,doc,dot,txt,etc.) via terminal on Linux.
By using libreoffice command and argument:
libreoffice --convert-to [format_destination] [your_document].odt
NB: Make sure that you're on current/same directory with your document for run this command