Skip to content

Instantly share code, notes, and snippets.

@theProgrammerDavid
Last active January 22, 2021 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theProgrammerDavid/adc828cc95cce7216ead5368423e9359 to your computer and use it in GitHub Desktop.
Save theProgrammerDavid/adc828cc95cce7216ead5368423e9359 to your computer and use it in GitHub Desktop.
Batch convert pptx / docx to PDF

Preprequisites:

  1. Libreoffice
  2. pdftk
libreoffice --headless --invisible --convert-to pdf *.{pptx,ppt,doc,docx}; pdftk *.pdf cat output MERGED.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment