python-pptx icon indicating copy to clipboard operation
python-pptx copied to clipboard

Create Open XML PowerPoint documents in Python

Results 225 python-pptx issues
Sort by recently updated
recently updated
newest added

PPT Slide ---> MP4: Anyone have experience automating the extraction of video content from a powerpoint slide so that you can store it as an .mp4 or .mov on a...

with pptx-python i can creat a shape like that: ![image](https://user-images.githubusercontent.com/46096791/65870715-130a5a80-e3a7-11e9-80e9-e1a0ffd2f5ee.png) and now i want something like that: ![image](https://user-images.githubusercontent.com/46096791/65870768-3208ec80-e3a7-11e9-8902-4d61ab1f8693.png) i can't found any option can flip shape in pptx python

shape

As show in : https://python-pptx.readthedocs.io/en/latest/user/presentations.html#opening-a-file-like-presentation If you try the demo code as is for 'file like' objects, you can't open the pptx, you get the below type message (something with...

Fixes #1045 : Added support for sub and superscript, so that ..font.superscript=True sets the baseline value to a default of 30000. Integer values can also be set for more control....

Would be nice to include the ability to have sub- and superscripts in text runs similar to `font.italic = True`.