Can I Programmatically Respond to Mouse Clicks Using the GroupDocs.Viewer?

Hello there,

I would like to populate and display a Powerpoint slide in a browser. Population should not be a problem as your APIs and samples are great. So couple of questions here:

  1. Can I use something like GroupDocs (View documents online | Free GroupDocs Apps) to achieve this? i.e. can a PPTX be rendered in a browser? and…
  2. Can I programatically respond to mouse clicks of a rendered PPTX in a browser? For example, I would like to popup our own editing components when a given component in a PPTX is clicked on. Is this possible?

Thanks in advance.

@mully74,
Thank you for your inquiry. It will take me a while to prepare answers to your questions. I will reply to you soon.

@mully74,
Please take a look at our Viewer:

You can see the source code here.
We convert PPT/PPTX to JPG/SVG images and display them with revealjs. But I don’t know if this framework allows responding to mouse clicks. You should find out it.

Also, please evaluate our New HTML Export System - Aspose.Slides.WebExtensions.

Thanks Andrey, will take a look and get back to you.

@mully74,
We will be waiting for your feedback.