pdf2svg

Converts PDF files to SVG (Scalable Vector Graphics) format

brewmacoslinux
Try with needOr install directly
Source

About

PDF converter to SVG

Commands

pdf2svg

Examples

Convert all pages of a PDF to individual SVG files$ pdf2svg input.pdf output-%d.svg
Convert a specific page (page 3) from PDF to SVG$ pdf2svg input.pdf output.svg 3
Convert a page range (pages 1-5) to SVG files$ pdf2svg input.pdf output-%d.svg 1-5