Results 5 comments of wild-deer

https://github.com/scanny/python-pptx/issues/1036#issuecomment-2561236356 This is really extremely useful. I haven't delved deeply into this library, but I've been trying to copy Slide 1 in PPT1 as Slide 1 in PPT2. I attempted...

https://github.com/scanny/python-pptx/issues/1036#issuecomment-2829704590 I will definitely contact you if I travel from East Asia to Western Europe.

```python def save_presentation(self, presentation: Presentation, file_path: str) -> None: """Saves a presentation to a specified path.""" presentation.save(file_path) console.print(f"[green]Saved presentation to {file_path}[/green]") ``` There is a small question. Why does the...

![Image](https://github.com/user-attachments/assets/89b94c36-d7a8-453d-8799-756e3c3c9cbc) ⬇ ![Image](https://github.com/user-attachments/assets/d35e77c9-8e78-469b-b449-c8aba8992880)

The exception has been caught, but no information has been output.