-
Notifications
You must be signed in to change notification settings - Fork 181
Add the ability to save as an image #11
Comments
Hi The SDK allows only to create or modify XMind documents, not to develop "XMind extensions" for adding new features like export to image. Anyway it would be possible to export to another graph or mindmap format like GraphViz which generates it own visualization in PDF, PNG etc... |
It would be useful to my company. We are looking at storing our XMind files under source control (along with our system documentation) and running a CI job to generate rich HTML documentation (hence the interest in using the API to generate an image of the mindmap). |
I've started a prototype on a fork (Almerxsese/xmind-sdk-python). It generates a pdf image of a xmind file. Give it a try, Look the code of main() in GraphvizExportFilter, it converts an xmind file into xmind/data then generates a .dot file (text description forr Graphviz) then runs a Graphviz utility (twopi.exe) to generate the pdf. |
Updates published in https://github.com/Almerxsese/xmind-sdk-python (export to Graphviz .dot format then generation of a pdf) |
Hello Richard NB: Sorry for the very delayed answer, I have received (or noticed) your Thanks for your answer. In fact I'm rather fluent with GUI tools for I tried to reach both /XMind /and /TheBrain /R&D to consider partnership For more ambitious projects, if a partnership is an option, I would be Best Regards Le 23/11/2015 à 13:28, richardwthompson a écrit :
|
I know XMind itself allows you to save/ export a mindmap as an image file (e.g. BMP or JPEG).
I would be great if the SDK also supported this
The text was updated successfully, but these errors were encountered: