Convert each slide in LibreOffice's Impress into a JPEG file.
~/bin/odp2jpg.sh ODP_FILE_PATH OUTPUT_DIR_PATH
Run the following shell.
First, ~/wk/test.pdf
will be created.
Finally, ~/wk/slides/slide%d.jpg
will be created for the number of slides.
~/bin/odp2jpg.sh ~/wk/test.odp ~/wk/slides
odp2jpg.sh
uses soffice
, which comes with Libreoffice, and magick
from ImageMagick.
Please install these tools beforehand.
Copy odb2jpg.sh
to ~bin by make command.
Run the following shell.
$ make install
cp odp2jpg.sh ~/bin
chmod u+x ~/bin/odp2jpg.sh