SVG to PDF 変換
「SVG to PDF 変換」は画像とデザインに使えるブラウザツールです。入力内容と結果は通常この端末内で処理され、登録は必要ありません。
LOCAL SVG TO PDF
Create a real PDF from a checked static SVG
Your browser checks the SVG for active or external content, rasterizes the artwork at a bounded size, and writes one standard PDF page.
使い方
使い方
- Choose one static SVG up to 1 MB; the browser checks its XML and permitted drawing elements.
- Set the bounded raster size used for the PDF page.
- Create the PDF locally, inspect the rasterized page preview, and download it.
Checked static SVG input
The converter reads one local SVG file and parses it as XML before rendering. It requires a finite numeric viewBox and permits only ordinary static drawing and text elements. Scripts, event handlers, styles, links, external resources, entity declarations, filters, masks, clipping, animation, and URL-based paint are rejected so this page does not become an execution or network-loading surface.
A real raster PDF
The checked SVG is rasterized onto a white canvas, encoded as JPEG, and embedded in a standards-based PDF 1.4 file with page objects and a cross-reference table. The download is a real PDF, not an SVG renamed with a .pdf extension. This focused export does not retain vectors, transparency, editable text, fonts, layers, metadata, animation, or source bytes.
Bounded local processing
SVG source is limited to 1 MB. Raster output must be 16–4,096 pixels on each side and no more than 16 megapixels; the generated PDF is limited to 45 MB. These limits keep browser memory practical while the canvas and PDF are assembled locally. No file is uploaded.
よくある質問
あわせて知りたいこと
Is the download a real PDF?
Yes. It has a PDF header, page objects, a JPEG image object, a cross-reference table, and application/pdf MIME type.
Will the PDF stay vector-editable?
No. This converter rasterizes the checked SVG to a JPEG-backed PDF page. Use your design application when you need a vector-preserving PDF.
Why was my SVG rejected?
This tool accepts a deliberately small static SVG subset. Export plain paths, shapes, and text without scripts, styles, links, external images, effects, animation, or other advanced SVG features.
Does this upload my SVG?
No. SVG checking, rasterization, PDF creation, previewing, and download stay in the current browser.