SVG를 PDF로

SVG 이미지로 PDF를 만듭니다.

클릭하여 파일 선택 또는 파일을 끌어다 놓으세요

SVG 그래픽

파일이 기기 밖으로 나가지 않습니다.

이용 방법

1

Upload File

파일을 클릭하거나 끌어다 놓아 시작하세요

2

Process

처리 버튼을 눌러 변환을 시작하세요

3

Download

완성된 파일을 바로 저장하세요

관련 PDF 도구

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

자주 묻는 질문

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.