Is there a way to get last modified date per power point slide with Apache POI?

Evgeniy The Best <[email protected]> Sun, 3 Jul 2022 13:52:06 +0700
Newsgroups gmane.comp.jakarta.poi.user
Message-ID <CAOPpXwSDnbTQuHKVwpDiUYVuzKCCtHtpK6pX34EL_kVR08R7sg@mail.gmail.com>
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