Hi Syncfusion team,
I have an app that allows users to create and store diagrams (via Syncfusion's diagram control). The diagram json is stored in a database.
I'd like to run some nightly operations (without user involvement) on these thousands of stored json diagrams.
- Calculate the number of nodes, connectors, custom images & other statistics for each diagram.
- Generate thumbnail images for each diagram.
- insert watermark text in each diagram.
Basically, I want to call Diagram.LoadDiagram(), Diagram.ExportDiagram() and other such methods from a command-line app (non-browser).
Is this possible? Can you please point me to any examples?
Thanks,
-Mithun