Skip to content

Inkscape extension to export SVG layers independently to PDFs

License

Notifications You must be signed in to change notification settings

redtoad/inkscape-multipagesave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inkscape-multipagesave

This extension to Inkscape will export SVG layers independently to PDFs

Install

To install this extension, download and unpack the archive file. Copy the files into the directory listed at Edit > Preferences > System: User extensions (on my machine, for instance, it is ~/Library/Application\ Support/org.inkscape.Inkscape/config/inkscape/extensions). After a restart of Inkscape, the new extension will be available.

Development

There is some official documentation available but I found the best source to the official Python extensions. The one most closely related is the Guillotine extension. Take a look!

Once you done you changes, be sure to run the tests:

pipenv install --dev
pipenv run pytest -v

License

This code is released under GPL3.