Created
January 19, 2018 22:33
-
-
Save f9n/7dbd90856558d38225c0347fe9b7cbb9 to your computer and use it in GitHub Desktop.
Convert all ppt files to pdf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
libreoffice --headless --invisible --convert-to pdf *.ppt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment