oxplot / svglinkify

Export inkscape SVGs to PDF while preserving hyperlinks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export Inkscape SVGs to PDF while preserving hyperlinks (including internally linked fragment links).

Install it from AUR: yay -S svglinkify-git

This script depends on recent versions of:

  • qpdf (only tested with version 11.1.1).
  • Inkscape (only tested with version 1.2.1).

Once you've created an SVG with hyperlinks, run:

./svglinkify.py input.svg output.pdf

See the demo video.

About

Export inkscape SVGs to PDF while preserving hyperlinks

License:MIT License


Languages

Language:Python 94.3%Language:Shell 5.7%