https://github.com/oxplot/svglinkify
Export inkscape SVGs to PDF while preserving hyperlinks
https://github.com/oxplot/svglinkify
Last synced: 10 months ago
JSON representation
Export inkscape SVGs to PDF while preserving hyperlinks
- Host: GitHub
- URL: https://github.com/oxplot/svglinkify
- Owner: oxplot
- License: mit
- Created: 2018-10-31T06:55:08.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T02:31:19.000Z (over 2 years ago)
- Last Synced: 2025-04-10T00:05:00.040Z (10 months ago)
- Language: Python
- Size: 13.6 MB
- Stars: 37
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
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](https://qpdf.sourceforge.io/) (only tested with version `11.1.1`).
- [Inkscape](https://inkscape.org/) (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](./demo.webm).