SVG
Scalable Vector GraphicsUsed for resolution-independent illustrations.
- Family
- Vectors
- MIME
- image/svg+xml
Convert SVG to PS online and see exactly what cross-family format translation changes, what PS still can't promise, and how to verify the result.
The SVG source is interpreted as XML-described vector artwork built from paths, shapes, paint, and optional text, then rebuilt for PS as a PostScript page-description program specifying text and graphics for printing or rendering. Renaming the file suffix alone could never accomplish that translation.
Input read as XML-described vector artwork built from paths, shapes, paint, and optional text. Output required as a PostScript page-description program specifying text and graphics for printing or rendering.
Used for resolution-independent illustrations.
Designed for path-based artwork meant to scale without pixelating.
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.
Executing untrusted PostScript is unsafe, and missing fonts, device assumptions, page boxes, or color setup can change output.
a PostScript page-description program specifying text and graphics for printing or rendering is what gets written, labeled as application/postscript. Whether that actually opens depends on the receiving application, not on the file extension.
PS is the right pick once the next application explicitly lists it as accepted and its path-based artwork meant to scale without pixelating role suits the job better than SVG does.
Zoom in far enough to judge path smoothness, then check text, the viewBox, clipping, and any external references.
Process only trusted input in a sandbox and inspect page count, bounding boxes, fonts, colors, overprint, and printed rendering.