1
votes

I use Open XML SDK tool to parse pptx-files. Now I am going to develop my own .NET library/tool to generate an image from a PowerPoint slide. Open XML SDK in principle is not for such tasks, and I do not know where to start research?.

  • maybe to solve it better to use another programming language, for example, C++ (I also know it) with some library?
  • or it may be necessary intermediate convert pptx into some another format, for example, HTML and only then to image?

I also tried to investigate Aspose.Slides and Spire.Presentation libraries' dependencies in NuGet to know what they use to an image generation, but these attempts did not succeed.

2

2 Answers

0
votes

This looks like a good starting point: Presentation to image conversion The cited versions are old, but the syntax is still the same: PPT slides to images

-1
votes

My mistake, I misunderstood the end goal.