All Projects → oxplot → Svglinkify

oxplot / Svglinkify

Export inkscape SVGs to PDF while preserving hyperlinks

Programming Languages

go
31211 projects - #10 most used programming language

Inkscape as of 1.0 (4035a4fb49, 2020-05-01) saves the links in exported PDFs. This means that svglinkify is no longer needed.

svglinkify converts SVGs to PDFs using inkscape while preserving hyperlinks
applied to objects. To use, first create an SVG file in inkscape. Create
hyperlinks for any object by right clicking the object and selecting "Create
Link". Enter a URL in Href field and save your SVG. Then use svglinkify to
convert your SVG file.

If the hyper link is '#some-id', an internal link is created which when
clicked, will pan and zoom onto the object with id 'some-id'.

Usage: svglinkify input.svg output.pdf [options]

  -inkscape-path string
    	path to inkscape binary (default "/usr/bin/inkscape")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].