Skip to content

Instantly share code, notes, and snippets.

@dyllanwli
Created May 13, 2019 03:28
Show Gist options
  • Save dyllanwli/415383eaae9a9b8ebe0d494217a5ffb6 to your computer and use it in GitHub Desktop.
Save dyllanwli/415383eaae9a9b8ebe0d494217a5ffb6 to your computer and use it in GitHub Desktop.
Libreoffice headless convert doc to pdf
echo "hello world" > a.txt
soffice --headless --invisible --nodefault --nofirststartwizard \
--nolockcheck --nologo --norestore --convert-to pdf --outdir $(pwd) a.txt
# to run multiple convert just use * as a selector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment