Steve Canny

Results 120 comments of Steve Canny

Hmm, post what you get from `print(r.xml)` placed just before `prs.save()` and lets have a look at that ...

Good call, we'll clarify this in the documentation. In the meantime, if you want to "rehydrate" elements in JSON form into in-memory objects, all you need to do is: ```python...

Please post code that reproduces this error for you. Also state your exact Python version.

@shriharshan please open a new issue for your problem as it is not strictly related to the original post. Provide a snippet of how you call the partitioning function and...

While placeholders can live in the slide master, they are predominantly found in a slide-layout. Each slide layout can "inherit" certain placeholders from the slide master (at slide-layout creation time),...

@npiper okay, I looked a little further to the error message I think you're getting. So some part of the `pptx2md` code is checking whether a shape has a `.placeholder_format`...

As I recall, it turns out there's actually no such thing as a settable default table style in PowerPoint, an unfortunate gap to be sure. Must have fallen on the...

@hanchelc I'll check into this a little more in the next couple days when I have a minute to see if I can be more specific. Here's a link to...