Skip to content

salotz/inkscape_pages

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 9 commits ahead of abourget:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Inkscape Pages

Convert an inkscape document to a PDF document where each layer is a new page.

Useful for making slideshows only in inkscape!

Just install from git:

pip install git+https://github.com/salotz/inkscape_pages.git

Tested to work with Inkscape version 1.0. The CLI for inkscape has changed. Should be easy enough to adapt to older versions. Make an issue if you find it doesn’t work for your version.

It only does one thing which will take your svg and turn it into a multipage pdf:

inkscape_pages slideshow.svg

See the help for other options:

inkscape_pages --help

Inkscape document

The only thing you have to do to make this work in inkscape is to put each page in a new layer. When you save the document make sure all layers are visible. If a slide is not visible it will result in a blank page.

The order of the stack of layers will be the order of the output top first.

About

Make multipage PDFs with Inkscape SVG layers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%