Skip to content

Convert each slide in LibreOffice's Impress into a JPEG file.

Notifications You must be signed in to change notification settings

kantas-spike/odp2jpg.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

odp2jpg.sh

Convert each slide in LibreOffice's Impress into a JPEG file.

Usage

~/bin/odp2jpg.sh ODP_FILE_PATH OUTPUT_DIR_PATH

Example

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

Notes

odp2jpg.sh uses soffice, which comes with Libreoffice, and magick from ImageMagick.

Please install these tools beforehand.

How to install

Copy odb2jpg.sh to ~bin by make command.

Run the following shell.

$ make install
cp odp2jpg.sh ~/bin
chmod u+x ~/bin/odp2jpg.sh

References

About

Convert each slide in LibreOffice's Impress into a JPEG file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published