Mizsák Péter
Results
1
comments of
Mizsák Péter
Hi @avipek10! To embed files into PowerPoint presentation, you can use the following function: https://python-pptx.readthedocs.io/en/stable/api/shapes.html#pptx.shapes.shapetree.SlideShapes.add_ole_object Here is a basic example to do so: ```python from pptx import Presentation from pptx.util...