CalcBrew

PDF Tools

PDF to SVG

Need a PDF page as an SVG to drop into a web page, a slide or a design tool? Get one SVG per page with the rendered page inside and the text kept selectable.

Runs in your browser β€” files never leave your device.

Drop PDF file here

or click to browse Β· paste from clipboard Β· up to 200 MB

Select file
Options
Share:

Why convert PDF to SVG

SVG is the format web pages, Figma and many CMSs prefer for embedded graphics: a single self-contained file, scalable in layout, styled with CSS. A PDF page delivered as SVG can be placed with an img tag or inline, unlike a PDF which needs a viewer.

In the browser, each page is rendered to a high-resolution image (96–200 dpi) and wrapped in an SVG with the page dimensions; the PDF text layer is added as invisible text elements at the correct positions, so the text stays selectable, searchable and readable by screen readers. Paths are not converted into vector outlines β€” true vector extraction needs desktop tools such as Inkscape or pdf2svg.

How to convert PDF to SVG

  1. Drop the PDF.
  2. Pick the pages, the image resolution and whether to include the text layer.
  3. Convert and download the SVG files (one per page, zipped for many pages).

About the formats

PDF Β· Portable Document Format Β· .pdf

The fixed-layout document standard: looks the same on every device and printer, which is why forms, invoices, contracts and reports are shared as PDF.

  • A PDF can contain vector text, embedded fonts, images, form fields, annotations and digital signatures.
  • Scanned PDFs are just pictures of pages; they need OCR before the text can be searched or copied.
  • PDF is an open ISO standard (ISO 32000) since 2008.

SVG Β· Scalable Vector Graphics Β· .svg

A vector format described in XML: logos and icons that scale to any size without blur, editable in a text editor.

  • SVG has no fixed pixel size; when you convert it to PNG you choose the output dimensions.
  • SVG files can contain scripts and external references, which is why some platforms reject uploaded SVGs.
  • Browsers render SVG natively; most social networks and office apps still need a PNG.

Related conversions

More in PDF Tools Β· All converters

Frequently asked questions