65 export to svg - yEd Q&A
Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

export to svg

0 votes

Hi,

is it possible to initialize and configure an export of a yED diagram to SVG format without having to start and click through the yED's editor GUI? I could imagine to see a command line action for this, like:

yED.exe export --transparency test.svg

If this is not possible, maybe, you could tell me, on which application (maybe an opensource one) yED's export feature has been based on?

Thanks.

ago in Help by

1 Answer

0 votes

No, it is not possible to export SVG documents from yEd without using yEd's UI.

This is intentional.
We do not want people to be able to use yEd in an automated process. (And offering a command line interface for SVG export would facilitate using yEd in an automated process.) Indeed, the yEd Software License Agreement explicitly forbids doing so (see 1. License Conditions).

yEd is built upon the commercial diagramming library yFiles and yEd's SVG export is implemented with the yFiles extension package ySVG. (Both of these are closed source libraries.)

ago by [yWorks] (164k points)
Legal Disclosure | Privacy Policy
...