Convert templates labels in SVG to PNG (or vectorized SVG). It Also replace specific placeholders by QRCode
This is part of the GeoKrety project.
It's based on AI, PDF and EPS to SVG converter by @Tobias Scheepers itself based on SVG to PNG converter by @steren Source on GitHub
Many thanks to:
file
: input file added asmultipart/form-data
qrcode
: The data to be encoded in the QRCodemultipart/form-data
- Build with
docker build . -t inkscape
- Start with
docker run -p 8080:8080 inkscape
- Open in your browser at
http://localhost:8080"
- Run/Build using
docker-compose up --build
- Open in your browser at
http://localhost:8080"
The included extension fork render_barcode_qrcode
as it contains fixes related
to issue and
MR.
It could be removed when it will properly included in official Inkscape release.
Probably in v1.0.1
…