Skip to content

Instantly share code, notes, and snippets.

@wdv4758h
Created December 22, 2013 09:07
Show Gist options
  • Save wdv4758h/8080024 to your computer and use it in GitHub Desktop.
Save wdv4758h/8080024 to your computer and use it in GitHub Desktop.
convert to pdf in command line (put it in .bashrc)
cpdf () {
libreoffice --headless --convert-to pdf "$1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment