0

I want to update some links contained in the slides of a large amount of powerpoint presentations. Instead of opening each presentation and copy / paste the correct links, is there a way to write a code with python?

Thanks for your help

  • I think [this](https://python-pptx.readthedocs.io/en/latest/) could do the trick. – 3ch0 Sep 27 '19 at 08:46
  • Ya see [this](https://stackoverflow.com/questions/27843018/read-from-powerpoint-table-in-python) too. – Rex5 Sep 27 '19 at 08:48

1 Answers1

0

You can use a python library named python-pptx which works pretty fine and enables you to update your powerpoint presentations from python code.
You can find the documentation here.

cocool97
  • 1,201
  • 1
  • 10
  • 22