pdf2svg
pdf2svg copied to clipboard
Support for website links?
I did a simple test with a PDF that had some links into.. unfortunately it seems like the rendered SVG does not have them.. According to this article, SVG's suppose hyperlinks: https://alligator.io/svg/hyperlinks-svg/
Are they supposed to work here?
Pdf2svg is a very simple wrapper around the Poppler and Cairo libraries; it might be possible to extract the hyperlinks by digging deeper into their APIs but the simple interface that I use doesn't seem to support it.