This repository was archived by the owner on Dec 23, 2023. It is now read-only.
Replies: 1 comment
-
Unfortunately not. To generate images, you can:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking to export a workspace diagram from our on premise structurizr installation via C# code.
Preferably I'd like to get a png image that I can use during our build process, which also creates some documentation.
I could also work with a plantUML (or similar) and convert it if image conversion is out of scope.
Is there a way to get a PNG with the structurizr dotnet client API?
Or, since getting a workspace using the API is easy, is it possible to convert or export a View in a workspace to a usable file format (such as the afore mentioned plantUML)?
To give some more context: We have a git workflow that internally publishes a HTML release page (changes, usage, synopsis) alongside the executable of our project and we'd like to include a diagram. Since most of this publishing process is automated at this point, we're trying to avoid adding manual steps.
Beta Was this translation helpful? Give feedback.
All reactions