scanny / python-pptx

Create Open XML PowerPoint documents in Python
MIT License
2.35k stars 510 forks source link

python-pptx issue on replacing the audio/video in existed slides #805

Open dinhnguyens opened 2 years ago

dinhnguyens commented 2 years ago

Hi, I'm struggling to replace the audio/video in existed slides with python-pptx library in python. With generating new slide, add_movie works fine but existing slide, it doesn't work. Is there any solution for this issue? Thanks,