SVG to PDF

Create a PDF from one or more SVG images.

Click to select a file or drag and drop

SVG Graphics

Your files never leave your device.

How It Works

1

Upload File

Click or drag and drop your file to begin

2

Process

Click the process button to start

3

Download

Save your processed file instantly

Related PDF Tools

Merge PDF

Free online merge PDF tool

Compress PDF

Free online compress PDF tool

Split PDF

Free online split PDF tool

Edit PDF

Free online edit PDF tool

Rotate PDF

Free online rotate PDF tool

Frequently Asked Questions

Is the PDF vector or an image?

An image. Each SVG is rendered by your browser onto a canvas and the bitmap is placed on a PDF page, so the result won't scale without loss and the text isn't selectable. If you need true vector output, export the PDF from a vector editor such as Inkscape instead.

What size will the page be?

The page matches the SVG's width and height attributes in pixels, one pixel per PDF point. An SVG with no width and height (only a viewBox) renders at 800 by 600, so set explicit dimensions in the file for predictable results.

What do the quality settings change for SVG conversion?

High keeps the lossless PNG at full size. Medium re-encodes it as JPEG at 75 percent quality and limits the longest side to 2500 pixels; Low uses 50 percent and 1500 pixels, which also shrinks the page. For line art and text, High avoids JPEG artifacts.

Can I control the output resolution, for example 300 DPI?

There is no DPI setting; the render uses the SVG's own pixel dimensions. To get more pixels, increase the width and height attributes in the SVG source while keeping the viewBox, then convert.

Why did my SVG come out with missing text, fonts, or images?

The SVG is rendered from its own markup, so references to external files (linked images, imported fonts, external CSS) can't be loaded in that context and fall back or disappear. Embed images as data URIs and convert text to paths before converting.

Is transparency kept?

No. The canvas is filled with white before the SVG is drawn, so transparent areas become white in the PDF.

Can I put several SVGs into one PDF?

Upload multiple files and they become consecutive pages of a single from_svgs.pdf, in the order shown in the file list. Each page takes the size of its own SVG.

Is the SVG uploaded to be converted?

No. Rendering happens on a canvas in your browser and the PDF is built with pdf-lib on your device; nothing is sent anywhere.