pdf2svg - PDF to SVG convertor#

Description#

pdf2svg is a tiny command-line utility using Cairo and Poppler to convert PDF documents into SVG files. Multi-page PDF can be split up to one SVG per page by passing a file naming specification.

License#

GPL

Upstream Contact#

http://cityinthesky.co.uk/opensource/pdf2svg/

Type#

optional

Dependencies#

Version Information#

Equivalent System Packages#

$ apk add pdf2svg
$ sudo pacman -S pdf2svg
$ conda install pdf2svg
$ sudo apt-get install pdf2svg
$ sudo yum install pdf2svg
$ sudo pkg install graphics/pdf2svg
$ brew install pdf2svg
$ sudo port install pdf2svg
$ nix-env --install pdf2svg
$ sudo zypper install pdf2svg

See https://repology.org/project/pdf2svg/versions

If the system package is installed, ./configure will check if it can be used.