Hello everyone I'm writing a custom converter from XMind to pptx using Apache POI and face the problem where I need to identify whether the slide converted before has been changed (to avoid overriding existing user modifications). Is there such an option?
Another question is what's the best way to store custom metadata per slide, such as identifier, last convertion timestamp, etc? So far I didn't find any better option that setting slide name with encoding metadata in that name Best regards, Eugene Kalashnikov