4

I want to create importer/exporter for draw.io. But I can't find how to work with drawio format programmatically. Is there any API available for the purpose?

Henry
  • 1,077
  • 1
  • 16
  • 41

2 Answers2

1

draw.io is based on mxGraph so probably you will have to use mxGraph's API. If you want programmatically manipulate the draw.io diagrams file with java you can take a look at this my post

Hoping this is helpful for you

1

You may use Nasdanika Drawio API to read, manipulate and save Drawio diagrams.

Pavel Vlasov
  • 131
  • 5