Skip to content

A python script to export StylusLabs Write svgz to other formats (with working links!)

Notifications You must be signed in to change notification settings

trenta3/styluslabs-write-export

Repository files navigation

StylusLabs Write Export

A simple python script to export Stylus Write svgz files to other formats with working links. Currently implements exports to single comprehensive html files and to pdf files.

Quick Start

# Install the needed dependencies
pip install -r requirements.txt
# Convert the example file into a single-page html
./styluslabs-write-export.py -i WriteSample.svgz -o WriteSample.html -f html
# Convert the example file into a pdf document
./styluslabs-write-export.py -i WriteSample.svgz -o WriteSample.pdf -f pdf
# See the available export options and metadata
./styluslabs-write-export.py -h

About

A python script to export StylusLabs Write svgz to other formats (with working links!)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages