libreoffice
quality is not very high use this method
libreoffice --convert-to pdf *.ppt
libreoffice --convert-to pdf *.doc
if covert jpg,the bestway is use imagemagick
sudo apt-get install imagemagick
convert {1..16}.jpg out.pdf
quality is not very high use this method
libreoffice --convert-to pdf *.ppt
libreoffice --convert-to pdf *.doc
if covert jpg,the bestway is use imagemagick
sudo apt-get install imagemagick
convert {1..16}.jpg out.pdf