Converteer alles, op wereldwijde schaal.
Meer dan 200 formaten en automatiserings-API's die direct aanvoelen.
CONVERT
Van
Naar
Sleep bestanden hierheen of kies een bron
Upload meerdere bestanden tegelijk, combineer formaten en stel elke conversie nauwkeurig af met formaatbewuste instellingen.
Maximaal 2 GB per bestand · Klaar voor slepen en neerzetten · Gemengde bestandstypen welkom
RST in het kort
RST
Convert to RST when the content is headed into Sphinx or another documentation system that benefits from directive-rich plain text.
It is well suited to API docs, developer manuals, internal technical references, and documentation that needs cross-references, notes, code blocks, and publish-time transformations.
Use it when documentation semantics are more important than office-style page layout.
SVG in het kort
SVG
Convert to SVG when the graphic is primarily lines, shapes, text, or flat illustration and needs to scale cleanly across devices.
It is the best target for logos, icons, schematics, UI assets, charts, floor plans, and technical diagrams that may be edited again or embedded on the web.
Use SVG when file sharpness and downstream styling matter more than photographic realism.
For photos or complex raster artwork, PNG, WebP, or AVIF are usually better; SVG is for vector-native content and browser-friendly graphics.
Formaatvergelijking
| Kenmerk | RST | SVG |
|---|---|---|
| File type | Document | Vector |
| Extensions |
|
|
| MIME type |
|
|
| Compression / quality | depends | scalable |
| File size characteristics | medium | small |
| Compatibility | broad | moderate |
| Editability | moderate | high |
| Created year | 2001 | 2001 |
| Inventor | Docutils project / David Goodger lineage | W3C |
| Status | active | active |
| Primary use cases |
|
|
| Common software |
|
|
| Archival suitability | strong | good |
| Metadata handling | moderate | moderate |
| Delivery profile | strong | strong |
| Workflow fit | exchange | design |
| Vector scaling | Niet ondersteund | Ondersteund |
| Structured data | Ondersteund | Ondersteund |
Wanneer je elk formaat gebruikt
When to use RST
- authoring
- review and collaboration
- distribution
- Strong structural semantics for documentation.
When to use SVG
- illustration
- diagramming
- brand asset delivery
- Resolution-independent rendering.
Veelgestelde vragen
Why convert RST to SVG?
Convert to SVG when the graphic is primarily lines, shapes, text, or flat illustration and needs to scale cleanly across devices.
It is the best target for logos, icons, schematics, UI assets, charts, floor plans, and technical diagrams that may be edited again or embedded on the web.
Use SVG when file sharpness and downstream styling matter more than photographic realism.
For photos or complex raster artwork, PNG, WebP, or AVIF are usually better; SVG is for vector-native content and browser-friendly graphics.
What changes when converting RST to SVG?
This conversion changes how the format behaves in downstream tools and delivery environments.
Size profile changes from medium in RST to small in SVG. Quality profile changes from depends in RST to scalable in SVG. Editability profile changes from moderate in RST to high in SVG. Compatibility profile changes from broad in RST to moderate in SVG. Archival profile changes from strong in RST to good in SVG. Workflow profile changes from exchange in RST to design in SVG.
Moving to SVG adds vector scaling.
What should I review after converting RST to SVG?
Check the exported file for Complex effects and fonts can render differently across tools.; Not every downstream print or legacy design workflow treats SVG equally well..