About 50 results
Open links in new tab
  1. How to batch convert .doc or .docx to .pdf - Ask Ubuntu

    Oct 17, 2018 · I need to batch convert a set of .doc or .docx files to .pdf in terminal, not using a GUI. It would be helpful if I could batch-process multiple files. I would also like to maintain as much meta...

  2. Convert PDF to Word Using Libreoffice in terminal - Ask Ubuntu

    Jul 16, 2020 · 10 I am using the following libreoffice command to convert my pdf files into word (doc) lowriter --headless --infilter='writer_pdf_import' --convert-to doc:"MS Word 2007 XML" sample.pdf …

  3. software recommendation - Convert docx to PDF - Ask Ubuntu

    I am trying to convert docx files to pdf on my Ubuntu server using the command line but none of converters I tried so far seems to convert Word 2007/2010/2013 files correctly. Appearently online

  4. How can I convert an ODT file to a PDF? - Ask Ubuntu

    Sep 10, 2011 · Here are a few more details about the "non-GUI" method. You can use this method not only to convert ODT files to PDF. It will also work for MS Word DOCX files (it will work as well as …

  5. Is It Possible To Change the Date of Creation of a File (Docx, Pdf, jpg ...

    Jun 4, 2019 · Let's say I would like to change the date of creation of a file (specially docx, pdf) to back in the past. Is it possible to do this from the terminal.

  6. PDF to word conversion software? - Ask Ubuntu

    Apr 28, 2011 · Is there any free software available on Ubuntu that can convert a pdf file to a .doc file?

  7. How to convert PDF file to an ODT file? - Ask Ubuntu

    41 I want to convert a .pdf file to an .odt file so that I can further convert it to a .doc file. Is there any software/script that can do this? I have tried to copy the content of the .pdf file and paste it into …

  8. How can I convert a ppt to a pdf from the command line?

    Nov 3, 2010 · You can also use the command line of libreoffice for your purpose. This example converts all ppt-files in the current directory to pdf's: libreoffice --headless --invisible --convert-to pdf *.ppt - …

  9. 20.04 - LibreOffice doesn't start without sudo - Ask Ubuntu

    Aug 23, 2023 · Trying to convert a .docx file to PDF and I run into problem. sudo libreoffice is working, but libreoffice throws an error: javaldx failed! Warning: failed to read path from javaldx LibreOffice 7.5 -

  10. How to create a word document in docx form with terminal

    Feb 7, 2019 · touch command lets you specify the extension; touch foo.docx, but that will create an empty file. Is that what you want? Otherwise, loffice --convert-to docx foo.odt will work in a terminal.