python-pptx
python-pptx copied to clipboard
Create Open XML PowerPoint documents in Python
@scanny I've put together an analysis document for the waterfall chart, [as you'd suggested](https://github.com/scanny/python-pptx/issues/583#issuecomment-921947996) for #583 I based this on the Bubble Chart proposal. This only covers the waterfall chart...
I'd like to add a left and/or right arrow connector. In Line/Connector Shape API, there is no arrow type MsoConnector. > Name | Value | Description -- | -- |...
prs = Presentation() core_properties = prs.core_properties I find author and title and so on, Excuse me,How to find the company and the manager。
 ``` line = connector.line line.head_end = MSO_ARROWHEAD.TRIANGLE line.end_end = MSO_ARROWHEAD.TRIANGLE ```
I encountered this issue with a particular `pptx` file, which I was trying to convert using `pptx2md` which is based on `python-pptx`. It appears that if an embedded image file...
An error occurred while attempting to retrieve the `language_id` attribute of the `font`.
Since PR #469 has been opened for 5 years now and is around 100 commits behind, I've opened this PR including also the suggestion from @szduda to use an environment...
I've a project and one of the requirements is to move a slide from one presentation to another! I use this code, but generated PPT shows an error when opened...
I have a powerpoint with loads of tables which needs to be updated on a daily basis. However, each time I try to update data using python-pptx, the format would...
I needed support for this library inside a docker container based on Debian. The following changes add support for linux font directories (at least for debian and at least in...