For the complete documentation index, see llms.txt. This page is also available as Markdown.

Plant UML to SVG

Convert text int SVG graphics

Plant UML is an UML description language which allows you to create UML diagrams in your Text Editor. There is a tool to convert PUML files into SVG files, for example, so that everyone can see and use UML diagrams in the browser.

You need these things to run PlantUML

Once you have created you PUML files using BC you can then create SVG files out of it.

java -jar plantuml.jar sequenceDiagram.txt

Last updated