Make a pdf format slideshow from a unique svg file

This post is related to this post: Making a slideshow for a speech from Inkscape

You simply have to design your slides in Inkscape and delineate them by a rectangle. Once this is done, you group all the object that constitute a slide. Then, you have to name this object slide1. Repeat this operation for the other slides: slide2, slide3, …, slideN, where N is the total number of slides.

Then, use the script below, with this command line:

./sozi_to_pdf.sh file.svg out.pdf

This script is called after sozi extension to Inkscape. It can be used to convert a Sozi presentation to pdf, with no need to install this script with PhantomJS library.

If you want to ask me a question or leave me a message add @bougui505 in your comment.