pdf2svg

Convert PDF pages to SVG vector graphics format

brewmacoslinux
Try with needOr install directly
Source

About

PDF converter to SVG

Commands

pdf2svg

Examples

convert entire PDF file to SVG$ pdf2svg input.pdf output.svg
extract single page from PDF as SVG$ pdf2svg input.pdf output.svg 3
convert specific page range to multiple SVG files$ pdf2svg input.pdf page-%d.svg 1-5
export all PDF pages as individual SVG files$ pdf2svg input.pdf page-%d.svg all
convert PDF to SVG with custom display settings$ pdf2svg -p input.pdf output.svg