E
E
estry2020-12-19 20:37:41
C++ / C#
estry, 2020-12-19 20:37:41

How to change a Powerpoint presentation through C#?

The task is to change some slides in presentations. There are hundreds of presentations. And you only need to edit one slide in each. How can this be done using C#?
There is something like Microsoft.Office.Interop.Graph, but I did not find any documentation with code examples. Can you suggest a link where you can read about its classes, methods, etc.?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2020-12-19
@vabka

Look towards OpenXML
The presentation is a big XML wrapped in zip - you need to change something in it.
(relevant for the new format. The old format, which does not end with x, must be different)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question