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

Hello! I am unable to parse POTX files. Repro steps: 1. Create a presentation. 2. Save it as `example.potx` 3. Create the following python script ```py from pptx import Presentation...

How to change slide's background image or add and extra images from pptx ?

slide

Is it possible to edit individual data labels? for example, I want to update the two properties below on very specific data labels, not on the entire collection. `series.data_labels.show_value =...

I've created the SECURITY.md file considering the report vulnerability through security advisory, which is a new GitHub feature. If you're interested in GitHub's feature, it must be activated for the...

Here is a minor change in `ci.yml`, which doesn't make some real effect but for more secure usage of actions. [GitHub official docs](https://docs.github.com/en/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions) introduced it. ``` Make sure the credentials...

Hi guys Is there a reliable way to get the font properties (font family, size, letter spacing etc.) of the run element? If not then is there a known pptx...

pptx fails when uploading to Google Drive ![Image](https://github.com/user-attachments/assets/14606d79-0697-4e9e-914b-f2898afdf669) After opening the pptx using my local Ppt program (PowerPoint in my case), and "saving as" as new file, it worked. But...

Update URLs giving 4xx errors: - Behave tutorial - Behave example github page - Behave package website Removed two URLs due to expired domains: knwang.com, cuke4ninja.com

Attempt to implement: #100 This change allows the bullet of a paragraph to be controlled. It can be explicitly set to a string, as an entry in a numbered list,...

For developing purposes it would be nice to have a save option as XML (aka `ppSaveAsXMLPresentation`). Then it would not be necessary to unpacking the PPTX-file, reformating it and browsing...