I am using an Ubuntu system. I want to convert ppt or pptx to jpg using terminal commands.
I have libreOffice and ImageMagick installed in my system. I am successfully converting pdf to jpgs using the following command in the terminal -
convert xxx.pdf somefile.jpg
But when i give the first parameter as a ppt it throws off the following error -
convert: no decode delegate for this image format xxx.ppt' @ error/constitute.c/ReadImage/533.
convert: missing an image filenamesomefile.jpg' @ error/convert.c/ConvertImageCommand/2940.
Please help.