No doubt Libreoffice is a great product and I’m using it to convert my word files to PDF files very easily. Following is the simple syntax
$soffice --headless --convert-to pdf:writer_pdf_Export word.docx
But when I tried to convert any PDF file in word format, its not working fine. So kindly give me a command which I can use to convert PDF file into word file using LibreOffice.
Thanks
[edit: added centos tag]