Each image becomes one page, in the order shown. Photos are embedded as JPEG to keep the PDF small; images with transparency, and images from lossless formats, are embedded as PNG.
Files (0)
No files yet
Add files and they convert right away. Change a setting and they convert again.
Built with open source libraries. Licenses
What is an SVG to PDF converter?
An SVG to PDF converter places SVG graphics, such as logos, icons, diagrams and charts, onto the pages of a PDF document. A PDF is easier to email, print, attach to a form or hand to someone who does not know what to do with an .svg file, and a set of graphics can travel together as one document.
Know this before you convert: this page rasterizes the SVG. Your browser draws each SVG to an image at a fixed pixel size, and that image, stored as PNG, is what goes on the PDF page. The PDF does not contain vector shapes. Zoom in far enough and you will see pixels, text in the graphic cannot be selected, searched or copied, and links inside the SVG are not clickable. If you need a vector PDF for a print shop or for editing, this is the wrong tool; see the section on vector output below.
What you control is how many pixels the image gets. The SVG is first sized from its width and height attributes, or from its viewBox when those are missing, or at 1024x1024 when it has neither. If the longest side is under 512 pixels, as with a 24 pixel icon, it is enlarged to 512 first, and when you convert that file on its own the note says so. The SVG scale option then draws it at 1x, 2x or 4x that size while the page stays the same size, so 2x packs twice the detail into each inch and 4x four times. With Fit to image, that is 72, 144 or 288 pixels per inch.
Every SVG you add goes into one PDF by default, one page each, in the order shown, saved as images.pdf; a single file keeps its name. Tick One PDF per image for separate files. A4 and US Letter scale each graphic to fill the page, centered and turned to landscape for a wide graphic, with an optional quarter inch margin. Transparent areas stay transparent in the PNG, so they show the white page behind.
The drawing is client-side and nothing is uploaded. An SVG drawn as an image cannot fetch outside files or run scripts, so images and web fonts linked by URL are left out. SVG files over 50 MB are refused, and so is any drawing that would pass 100 megapixels or 16,384 pixels on a side at the chosen scale. The tool is free, no signup, with a daily cap on conversions.
How to convert SVG to PDF
Add your SVG files
Drop SVG files onto the box, or click to upload. They go into the PDF as soon as they are added, one page each, in the order of the file list. A PNG or JPG dropped here is turned away with a link to the converter for that format.
Choose the scale, page size and margin
Pick 1x, 2x or 4x SVG scale; the page size does not change, so higher scales print sharper and make the PDF larger. For print, start at 4x unless the SVG is already very large. Then pick Fit to image, A4 or US Letter and set Margin to None or Small. The PDF is rebuilt each time you change one of these.
Check the pages
Each SVG is a row labeled Page 1, Page 2 and so on; the up and down buttons on a row move it one place earlier or later. When a single SVG is converted, the note under its row says if it was enlarged or scaled, and the pixel size it was drawn at.
Download the PDF
Press Download PDF in the list header, or the download icon on the row when there is only one SVG. If you ticked One PDF per image, Download All saves the set as a ZIP.
Why convert SVG to PDF?
People rarely need a PDF because of what SVG cannot draw. They need one because of who is receiving the file.
Sending artwork to someone without design software
Double-click an .svg on many computers and it often opens in a browser tab or a code editor, which confuses a client approving a logo. A PDF opens in the viewer they already use, at a sensible page size, with the transparent background shown as white paper.
A proof sheet of several graphics
Icon sets, logo variations and diagram drafts are easier to review as pages of one document than as a folder of files. Add them all, choose A4 or US Letter, and each graphic gets its own page in the order you added them.
Printing a diagram or chart
Exported charts and diagrams often come out as SVG, and printing them straight from a browser tab can crop or shrink them. On a fixed paper size at 4x scale, a diagram prints at a known size with enough pixels for clean lines. If you only need an image, SVG to PNG gives the same rendering as a file you can paste anywhere.
SVG vs PDF from this converter
| SVG | PDF from this page | |
|---|---|---|
| Graphics | Vector shapes, sharp at any zoom. | A PNG image of the SVG. Pixels show when zoomed far in. |
| Text | Real text that can be selected and searched. | Part of the image. Cannot be selected, searched or copied. |
| Links and scripts | Can contain links, animation and scripts. | None. Links become pixels and scripts do not run. |
| Transparency | Supported. | Kept in the PNG. The page behind shows through. |
| Pages | One drawing per file. | One page per SVG, many SVGs in one PDF. |
| Typical file size | Often small for logos and icons. | Usually larger, and grows with 2x and 4x scale. |
| Best for | Websites, editing and scaling artwork. | Sharing, reviewing and printing at a fixed size. |
Rasterized, not vector: what that means for your PDF
A vector PDF stores the paths, fills and text of a drawing, so a viewer redraws them sharply at every zoom level. This converter does not do that. It asks the browser to draw the SVG once, at a pixel size set by the SVG's own size and the scale you pick, and places that image on the page.
For viewing on screen and for most office printing, a 2x or 4x rendering looks clean. The numbers help: an icon enlarged to 512 pixels and placed across an A4 page lands at about 62 pixels per inch at 1x, 124 at 2x and 248 at 4x. Print work commonly aims for around 300 pixels per inch, so 4x gets close for a page-filling icon. A graphic that is already large, such as a 3000x3000 pixel diagram, has plenty of pixels at 1x or 2x; at 4x it would pass 100 megapixels and be refused.
Where rasterizing is not acceptable: files for a commercial printer or a sign maker, anything that must be cut or scaled up later, and documents where the text has to be searchable or accessible to screen readers. For those, open the SVG in a vector editor and export to PDF, or open it in a browser tab and use the print dialog's Save as PDF option, which usually keeps the vector shapes.
Privacy and security
- The SVG is drawn and the PDF is built client-side, inside this tab. Unreleased logos and artwork are never uploaded.
- Drawing the SVG as an image means scripts inside it do not run and it cannot contact outside servers.
- The PDF library loads from this site only when you add the first SVG.
- The daily limit check sends the tool name, a device identifier and your sign-in token if you have one. No file content is included.
- After a batch, the page logs how many files converted, their total size in bytes and the output format. File names and artwork are not sent.
Key Features
1x, 2x and 4x rendering
Choose how many pixels each SVG gets. The page size stays the same, so higher scales mean sharper print, not bigger pages.
Small icons enlarged first
An SVG under 512 pixels on its longest side is drawn larger before scaling, so a 24 pixel icon does not become a postage stamp of blur.
Many SVGs, one PDF
Each SVG becomes one page in the order shown, or tick One PDF per image to get separate files and a ZIP.
Keeps transparency
Every SVG is embedded as PNG with its alpha channel, so there is no gray or black box around a logo.
Frequently Asked Questions
Related Tools
PNG to SVG Converter
Trace a PNG logo or icon into an SVG of filled shapes with 2, 8 or 16 colors. It does not recover the original vector design, and photos give large, blotchy SVGs
JPG to SVG Converter
Trace a JPG logo, scan or signature into an SVG of filled shapes with 2, 8 or 16 colors. It does not recover the original vector design, and photos give large, blotchy SVGs
WebP to PDF Converter
Turn WebP images saved from the web into one PDF, one page per image, in your browser
TIFF to PDF Converter
Convert TIFF scans, including multi-page TIFFs, into a PDF with every page kept, in your browser
Comments
0 comments
No comments yet. Be the first to share your thoughts!