Given a Powerpoint presentation in .ppt
format, what is the best way to programmatically and using only open source software extract an image representation (in say .jpg
or .png
) of each slide in the presentation?
The application will run in a Linux server environment, so installing Microsoft Office or Keynote is not an option.
The functionality that I want to achieve programmatically is similar to:
- Keynote's export functionality (
File > Export... > Pictures > JPEG
) - Powerpoint's save as JPEG functionality (
Save As > Other Formats > JPEG
)