Top "Python-pptx" questions

python-pptx is a Python library for creating and updating PowerPoint (.pptx) files

python inserts pictures to powerpoint, how to set the width and height of the picture?

New to python-pptx package. https://python-pptx.readthedocs.io/en/latest/ Would like to insert pictures to powerpoint. How can I …

python powerpoint python-pptx
Python-pptx - Text parameters (font, size, position) on Autoshape

How can I set font, size of text for the shape ? One Object instead two seperate ones (shape and Text, …

python powerpoint python-pptx
Save matplotlib graph in a ppt file using python-pptx without saving figure

Is there any way to plot the matplotlib graph in a powerpoint presentation using python-pptx without saving the graph as *.…

python matplotlib python-pptx
Python-pptx: copy slide

How can I copy slide? I created a template slide and I need to copy it and edit shapes of …

python python-pptx
Python pptx (Power Point) Find and replace text (ctrl + H)

Question in Short: How can I use the find and replace option (Ctrl+H) using the Python-pptx module? Example Code: …

python python-2.7 powerpoint python-pptx
Python-PPTX: Changing table style or adding borders to cells

I've started putting together some code to take Pandas data and put it into a PowerPoint slide. The template I'm …

python border powerpoint python-pptx