scanny / python-pptx

Create Open XML PowerPoint documents in Python
MIT License
2.28k stars 502 forks source link

Google Slide masters and layout not understood #864

Open JulienPez opened 1 year ago

JulienPez commented 1 year ago

I have first modified a template using Google Slide. The file was originally created by PowerPoint. I modified the layout of the (only) master. It appears that PowerPoint can read these after exporting from GSlide, but python-pptx will read some default layouts, but cannot identify/read the modified ones. To summup: GSlide Masters and Layouts are not read but a default master+layout is applied instead.