Hello,
Is there some Java API to generate SVG string/file from BPMN string/file?
I know that there is tool to do it on JS, but I need this feature within Android native app.
Thanks for your help!
It’s possible someone created a little side project that does it, but there’s nothing that i’m aware of.
If you do find something that works for you, let us know!
Really I’ve started to develop mobile application for Camunda
Now just for Android.
And I’m trying to figure out how to visualize BPMN models in this app.
I will share this component of course if it will be finished
May be you could give me some inputs for this?
My straight-ahead view is to migrate some part of your library for JS to Java.
Yeah, It makes a lot of sense to use bpmn.io for any rendering you might want to do.
It does a lot of the heavy lifting so you won’t have to start from zero.