.. _spkg_pdf2svg: 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 Version Information ------------------- Equivalent System Packages -------------------------- alpine: install the following packages: pdf2svg arch: .. CODE-BLOCK:: bash $ sudo pacman -S pdf2svg conda: .. CODE-BLOCK:: bash $ conda install pdf2svg Debian/Ubuntu: .. CODE-BLOCK:: bash $ sudo apt-get install pdf2svg Fedora/Redhat/CentOS: .. CODE-BLOCK:: bash $ sudo yum install pdf2svg freebsd: .. CODE-BLOCK:: bash $ sudo pkg install graphics/pdf2svg homebrew: .. CODE-BLOCK:: bash $ brew install pdf2svg macports: install the following packages: pdf2svg nix: .. CODE-BLOCK:: bash $ nix-env --install pdf2svg opensuse: .. CODE-BLOCK:: bash $ 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.