Opening and Editing PPT Document Online Using Aspose.Slides

We are generating ppt files using Aspose on our MVC application. Currently the generated files are saved at a server location. Users will get an email congaing link to download the PPT. Now the client would like to view the preview and edit of PPT before sending the email. How could we achieve this opening and editing from our application in a webview. Also is there any option to save back to the server location. Also is there any option to parse the document and know which are all fields have been edited. Looking forward for your assistance. Thanks in advance.

@RajiR,
Welcome to our community! Thank you for posting the inquiry.

It will take me a while to find out information for you. We will reply to you as soon as possible.

@RajiR,
Unfortunately, Aspose.Slides does not have the capability to perform this process easily. You can try to implement this by using SVG format.

  1. Save presentation slides in SVG format.
  2. Display the SVG images in your web app.
  3. Provide users with tools to edit SVG images.
  4. Add the SVG images to presentation slides.

Documents:
Render a Slide as an SVG Image
Adding SVG to Presentations

Thank you so much. Can we use slides editor to open ppt files from our server location? Or will it need to upload to aspose servers? Can I anyway achieve the above requiremnt using this aspose slides editor?

@RajiR,
Please take a look at our Online Presentation Viewer. It allows you to view presentations via a browser. Each slide is converted to SVG and displayed on a web page using the reveal.js library. You can get our sources here. Our Online Presentation Editor is still at the initial development stage.