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#

alpine: install the following packages: pdf2svg

arch:

$ sudo pacman -S  pdf2svg

conda:

$ conda install  pdf2svg

Debian/Ubuntu:

$ sudo apt-get install  pdf2svg

Fedora/Redhat/CentOS:

$ sudo yum install  pdf2svg

freebsd:

$ sudo pkg install graphics/pdf2svg

homebrew:

$ brew install pdf2svg

macports: install the following packages: pdf2svg

nix:

$ nix-env --install pdf2svg

opensuse:

$ sudo zypper install pdf2svg

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

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