In case you want to convert your PT readings from PPT(X) to PDF it's really easy:
- Download libreoffice: https://de.libreoffice.org/
If you own an linux you can use the following command:
$ libreoffice --headless --invisible --convert-to pdf --outdir /Users/Nico/Desktop/pt /Users/Nico/Desktop/pt/*.pptx
You just have to change the input and output paths (and the pptx to ppt).
If you own an Mac you can use the following command:
$ cd /Applications/LibreOffice.app/Contents/MacOS $ ./soffice --headless --invisible --convert-to pdf --outdir /Users/Nico/Desktop/pt /Users/Nico/Desktop/pt/*.pptx
You just have to change the input and output paths (and the pptx to ppt).
Du kannst ppt bzw. pptx auch gleichzeitig per pattern matching auswählen: http://wiki.bash-hackers.org/syntax/pattern