Skip to content

Instantly share code, notes, and snippets.

@jvfe
Created September 9, 2020 10:57
Show Gist options
  • Save jvfe/33cc3f7e4299081662e92d96b715a2e2 to your computer and use it in GitHub Desktop.
Save jvfe/33cc3f7e4299081662e92d96b715a2e2 to your computer and use it in GitHub Desktop.
Simple snippet I use all the time to convert docx to pdf
#!/bin/bash
libreoffice --headless --convert-to pdf:writer_pdf_Export "$1" --outdir .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment