We have several export utilities that rely on these saved png images.
The issue: we need to change ALL of our diagrams (removing the page border), but the only way at the moment seems to be to load the diagram (at which time we'll remove the border) and then when the user saves the diagram we can save a new png file with this change.
This requires all of our users to open all of their diagrams, make some subtle change and save them.
Not an acceptable solution - we have close to 25,000 diagrams.
So, is there a way to accomplish this using some batch capability.
I have written and tested a utility to update the JSON data in the database - that's not the challenge.
It's getting an updated png image that's the real problem.
Any suggestions on an approach?
Thanks
Jim
We have since change the border width to 0, but need to update all existing png images.
Thanks for pursuing a solution for us.
Jim