Can Aspose.Slides Show Real-Time Output when Opening a PPTX File?

I see that in Aspose Slides we need to open a pptx files do the necessary changes to the objects and then save the pptx file, and then reopen it to see the effect of the modified objects.

Can Aspose Slides give realtime visual output of objects when the code is running, I mean it modifes the ppt objects when it is open in Powerpoint.

Similar to like what a VSTO addin or powerpoint interop does?

@tomasmuller,
Thank you for the query. I will answer you as soon as possible.

@tomasmuller

If I understand that you want to open the presentation file on the fly in viewer while it is being processed by API. You can only view the presentation when it is saved as during working with file, its DOM is actually loaded in memory and not on disk.