Step 1: Provide your PDF files using the button above or by toss and let go.
Step 2: Click the 'Convert' button to start the conversion.
Step 3: Fetch your converted SVG files.
PDF to SVG Conversion FAQ
How do I convert PDF pages to SVG images?
+
Upload the PDF file and the converter renders each page as a separate SVG file. By default each page becomes its own image; the result is bundled as a ZIP archive ready for download.
What DPI does the SVG render at?
+
Default 150 DPI (good for screen viewing and most print). The advanced options expose 72 (web thumbnail), 150 (default), 300 (print quality), 600 (high-quality archival). Higher DPI yields sharper SVG images but quadratically larger files.
Can I extract just specific pages of PDF as SVG?
+
Yes — the page-range option accepts inputs like `1-5`, `1,3,5`, or `all` to pick which pages of the PDF get rendered to SVG. Useful when only a chapter or appendix of a long PDF is needed as images.
Will the SVG preserve PDF text searchability?
+
No — rasterizing PDF to SVG turns text into pixels. If you need searchable output, keep the PDF as a PDF and use a text-extraction tool instead. Image output (SVG) is for visual display or further image processing.
What about transparent backgrounds in the SVG?
+
PNG SVG preserves the PDF page background as transparent if the source page has no fill (rare in real-world PDF). JPG SVG cannot store transparency — pages render onto a white background. For transparent output, target PNG, TIFF, or WebP.
How long does PDF to SVG take for a 100-page document?
+
About 30-90 seconds for a 100-page PDF -> SVG at 150 DPI. Higher DPI doubles or triples the time. Premium users get more parallel workers — 100 pages typically renders in under 30 seconds for them.
What is the file size of a typical SVG page?
+
A 150-DPI SVG of an A4 page is 200-800 KB (PNG) or 50-150 KB (JPG quality 85). Multiply by page count to size the ZIP — a 100-page PDF to PNG bundle is typically 30-80 MB.
Can I merge all PDF pages into one tall SVG image?
+
Not in the basic flow — each page becomes its own SVG. To produce a single stitched image, download the ZIP, then use /image-merge/ to vertically concatenate the per-page SVG files into one tall result.
Is my PDF private during SVG conversion?
+
Yes — same privacy model: isolated workers, automatic deletion within minutes, no human review.
Will images embedded inside the PDF appear correctly in the SVG?
+
Yes — embedded JPGs, PNGs, and inline graphics inside the PDF are rendered into the SVG at the page DPI. The page renderer treats them like every other page element.
Can I convert just the first page of a PDF as a SVG thumbnail?
+
Yes — set the page-range option to `1` and the converter produces a single SVG file (not a ZIP). Useful for generating cover thumbnails for a PDF library or content-management system.
Why does my SVG look pixelated when I zoom in?
+
You are rasterizing vector content into a fixed pixel grid — zooming amplifies the rasterization. If you need infinite-zoom output, target SVG (where the PDF carries vectors); for sharper rasters, bump DPI to 300 or 600 in the advanced options.