Skip to content

Instantly share code, notes, and snippets.

@leberblock
Created September 3, 2012 12:29
Show Gist options
  • Save leberblock/3608987 to your computer and use it in GitHub Desktop.
Save leberblock/3608987 to your computer and use it in GitHub Desktop.
bash: docx2pdf with libreoffice
libreoffice --headless -convert-to pdf *.docx -outdir .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment