generate SVG output from the gui application

0 votes
asked Jan 12, 2021 in Question / help by PascalChap (340 points)
Hello,

I have been searching in the documentation, but I cant find a way to configure or call the plantuml gui application (on window) so it generates SVG files rather than PNG ones.

Many thanks for your work.

Pascal

1 Answer

0 votes
answered Jan 12, 2021 by The-Lu (64,340 points)
selected Jan 13, 2021 by PascalChap
 
Best answer

Hello P.,

Just run:

java -jar plantuml.jar -gui -tsvg

See also, help on:

java -jar plantuml.jar -h

or

If that can help,
Regards,
Th.

...