SVG
Scalable Vector GraphicsUsed for resolution-independent illustrations.
- Family
- Vectors
- MIME
- image/svg+xml
Free SVG to PDF conversion online, with the real artwork placement into document pages behavior, what gets lost, and a concrete way to check the output.
Converter.now renders the SVG artwork and places that visual result into the page-oriented PDF structure. This creates a document derivative; it does not infer paragraphs or restore editable source objects. SVG import parses XML into a styled graphics tree of paths, text, viewBox coordinates, transforms, clipping, filters, links, and external resources. PDF output composes fixed pages from text, vectors, and images; searchable text, fonts, links, forms, tags, page boxes, and print rendering are independent checks.
Starting model: XML-described vector artwork built from paths, shapes, paint, and optional text. Rendered result: a fixed-page document made of text, vectors, raster images, links, forms, and other page objects.
Used for resolution-independent illustrations.
Designed for layout-preserving documents.
When the source is raster, tracing only approximates the original geometry rather than recovering it; fonts and filter effects can also render differently across viewers.
Rasterizing searchable text, shifting page boxes, dropping forms, or substituting fonts can all happen silently during the rebuild.
a fixed-page document made of text, vectors, raster images, links, forms, and other page objects is what gets written, labeled as application/pdf. Whether that actually opens depends on the receiving application, not on the file extension.
PDF makes sense once SVG needs to travel as a page - Review, printing, document exchange. If the artwork still needs pixel- or path-level edits, keep an image or vector master instead.
Zoom in far enough to judge path smoothness, then check text, the viewBox, clipping, and any external references.
Check page dimensions, searchable text, links, forms, embedded fonts, and how the file actually prints.