Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 692 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 692 Bytes

Convert PlantUML Diagrams

A command line tool to convert a PlantUML file to an SVG, PNG or Ascii file using a remote PlantUML server.

Examples

convert_plantuml >myPlantUmlFile.plantuml >myOutputImageFile.png
convert_plantuml -i myPlantUmlFile.plantuml -o myOutputImageFile.png

Both of the above examples will read myPlantUmlFile.plantuml and write the resulting PNG image to myOutputImageFile.png using the server at http://www.plantuml.com/plantuml/

convert_plantuml -i https://github.com/nathanatalewis/example.uml -o myOutputSVGFile.svg -t svg

Your can also specify the input file as a URI and indicate whether you want SVG, PNG, or TXT output.