Can I track objects with unique ids?

We are looking to build software that will create PowerPoints for the user without them using PowerPoint.

The presentations will be rich but Aspose.slides seems to cover all we need.

Once we have created the PPT file, the user may open the presentation and delete items, create new ones and move items around on slides.

We want to be able to do roundtrip-engineering and hence we need a may of "marking" the items we have created so they can be matched again once we re-import the presentation.

Is this possible with Aspose.slides?

Cheers

G

Dear G,

Thanks for considering Aspose.Slides.

You can set the AlternativeText property of any shape and then retrieve it back later using Slide.FindShape() method.