#TIL that #LibreOffice has a command line tool to convert files from, say, .docx format to .pdf format. HUGE time saver when a client sends a bunch of .docx files and says they're sending pdfs!
libreoffice --headless --convert-to pdf *.docx
#TIL that #LibreOffice has a command line tool to convert files from, say, .docx format to .pdf format. HUGE time saver when a client sends a bunch of .docx files and says they're sending pdfs!
libreoffice --headless --convert-to pdf *.docx