docs/tools/pdf-to-svg.md
Converts each page of a PDF into an SVG (Scalable Vector Graphics) file. Unlike raster formats, SVG preserves vector paths, text, and shapes so the output scales to any size without pixelation. Powered by PyMuPDF.
.svg. Everything else downloads as a ZIP archive.This tool has no configurable options. Each page is converted to SVG using PyMuPDF's native vector export.
filename.svgfilename_svg.zip containing page_1.svg, page_2.svg, etc.pdf_to_svg.zip with files organized by source document name.