araç köşesi

Convert SVG to PDF

Turn a vector logo or drawing into a print-ready PDF page

Choose your SVG filesTap or click the box — a file picker opens. You can also drag a file onto it..svg vector drawings: logos, icons, diagrams and artwork exported from Illustrator, Inkscape or Figma

Your files stay with you. Conversion happens inside the browser; no file is ever uploaded to a server.

How it works

Tap or click the box and pick your SVG file; you can select several at once, and each one downloads as a separate PDF. With "The drawing's own size" selected, the PDF page is as large as the width and height written inside the SVG, at 96 pixels per inch: an 800 × 600 pixel logo becomes an 8.33 × 6.25 in page. For a print shop or an official upload, pick Letter (US and Canada) or A4 (the UK, Europe, India and most other countries); the drawing is fitted to the page without changing its proportions and centred. Resolution sets how many dots the drawing is rendered with: at 300 DPI an A4 page is 2480 × 3508 pixels and prints sharp; for on-screen use 150 DPI is enough and the file is about a quarter of the size. The result line reports the page size in inches, the DPI and the pixel count; "embedded losslessly" means the drawing was stored without JPEG blur. An SVG that contains a script or pulls a resource from a web address is refused before it is drawn, and the error message names the element that was found.

This tool is also known as svg to pdf, convert svg to pdf online, svg to pdf converter, svg file to pdf, logo svg to pdf, vector to pdf converter, save svg as pdf.

What is SVG?

SVG (Scalable Vector Graphics) is a text file that describes a picture as shapes: lines, curves and fills rather than a grid of pixels, which is why a logo saved as .svg stays crisp at any size. Illustrator, Inkscape, Figma and Canva all export it, and it is the standard format for logos, icons and diagrams on the web. The catch is that most print shops, job portals and government upload forms do not accept an SVG at all. This tool renders the drawing in your browser at a real paper size and writes it into a PDF that opens on any device.

What is DPI (resolution)?

DPI (dots per inch) is the number of dots packed into one inch of paper, and it decides how sharp a drawing looks when printed. 300 DPI is the print-shop standard: an A4 page becomes 2480 × 3508 dots and a Letter page 2550 × 3300, fine enough that edges look smooth even under a magnifier. 150 DPI is enough for screens and email and cuts the file to about a quarter. On this page the DPI sets how many pixels the SVG is rendered to; the result line shows the value you chose and, if the 12-megapixel memory cap forced it down, the value actually used.

What is the difference between SVG and PDF?

Both formats can hold vector shapes, but they do different jobs: an SVG is a single drawing meant for web pages and design software, while a PDF is a document with a paper size, margins and a page order, which is what print shops and upload forms expect. This tool does not copy the SVG's curves into the PDF as vectors; it renders the drawing to pixels at the resolution you choose and embeds them losslessly on the page. The logo in the PDF is more than sharp enough for print at 300 DPI, but its text cannot be selected and it cannot be enlarged without limit. If you need unlimited scaling, keep the SVG itself and open it in a design program.

Why is the PDF a raster image, and what does that change?

Writing an SVG's curves into a PDF as vectors needs a full PDF drawing engine inside the browser. This tool instead uses the browser's own SVG renderer: it draws the file on a white canvas at the DPI you chose and embeds that canvas in the PDF page. The result is a picture; at 300 DPI an A4 page holds 8.7 million dots and a Letter page 8.4 million, and on paper it cannot be told apart from vector output. To avoid blur, the pixel data is compressed losslessly rather than as JPEG, so flat-colour logos stay sharp and the file stays small. If your browser lacks lossless compression, the tool falls back to JPEG and the result line says so.

What you lose is scalability: zoom the PDF to 800% and the edges pixelate, where the SVG would not. Text inside the drawing cannot be selected or searched in the PDF either. For a large poster choose 600 DPI; the tool caps the output at 12 million pixels to protect browser memory, lowers the resolution when needed and reports the value actually used in the result line. Fonts or images the SVG pulls from a web address are never loaded — such a file fails the safety check and is refused. If the drawing uses a font that is not installed on your device, the browser substitutes a similar one.

Which page size should you choose?

"The drawing's own size" is right for logos and icons: the width and height stored in the SVG (in pixels, mm or inches) become the page size, with no margin added, so a 1000 × 300 pixel wide logo becomes a 10.42 × 3.13 in landscape page. If the file carries no size, only a viewBox, the tool makes a square page and says so in the result line; in that case Letter or A4 gives a more predictable result.

Letter and A4 are for files going to a print shop, a school assignment or an application form: the drawing is fitted to the page without distortion and centred, and the remaining area stays white. Letter (8.5 × 11 in) is the standard in the US and Canada; A4 (210 × 297 mm, about 8.27 × 11.69 in) is the standard in the UK, Europe, India and most of the rest of the world. Pick A4 landscape for a wide drawing, otherwise large blank strips remain above and below it. To collect several SVGs in one PDF, feed the downloaded files to the merge PDF tool on this site.

Frequently asked questions

Does converting SVG to PDF lose quality?

Not in a way you would see in print: the drawing is rendered at 300 DPI, which is 2480 × 3508 dots on A4 or 2550 × 3300 on Letter, and the pixels are embedded losslessly, so there is no JPEG blur. The only difference shows when zooming: above roughly 400% the drawing in the PDF pixelates, where the SVG would not. For poster-size printing choose 600 DPI.

Why was my SVG from Illustrator, Canva or Figma rejected?

The file contains a script tag, an embedded HTML region (foreignObject) or a resource fetched from a web address, and the tool refuses to draw such a file for safety reasons; the message names the element it found. Export the file again with the "plain SVG" or "convert text to outlines" option in your design program; that removes embedded fonts and external links from the file.

Why is the PDF page much bigger or smaller than my drawing?

With "The drawing's own size" selected, the page is worked out from the width and height inside the SVG at 96 pixels per inch. If the design program wrote 4000 pixels, the page is over 41 inches wide; a 64-pixel icon becomes a page two-thirds of an inch across. For printing, choose Letter or A4 and the drawing is fitted to the page with its proportions kept.

Is my file uploaded anywhere?

No. Your SVG never leaves your device: rendering, compressing the pixel data and writing the PDF all happen inside your browser, with no server involved. That matters for an unreleased logo or a client's design. Once the page has loaded, the conversion works even with the internet disconnected.