Repair Message Appears when Opening Generated PowerPoint Presentation in Python

Hi!!
We are using aspose slides Python to genertate a deck.

When opening the generated power point we get a repair error;
“PowerPoint found a problem with content”

We have tried different ways to save the presentation in order to avoid this error but nothing has worked yet.

All we are doing is using a presentation and cloning slides from different presentations and pasting them into the initial one.

slide = pres2.slides[slide_id]
pres1.slides.add_clone(slide)

Then we save it like this:
pres1.save("output_prs.pptx", slides.export.SaveFormat.PPTX)

Can someone here know how to solve this issue?

1 Like

Hi Aspose family!

I have the same problem and the options I have seen on the internet are not working… Have you been able to solve it @ana.blasi.ey ? Could someone give me a hand? :frowning:

2 Likes

I have the same issue! :frowning:
@aspose.support @aspose please help!

1 Like

@ana.blasi.ey,
Thank you for contacting support.

Please check your results using the latest version of Aspose.Slides for Python if possible. If the issue persists, please share the following files and information:

  • presentation files you used
  • complete code example
  • Aspose.Slides version you used

@amaia.lizarraga.urzai, @kendrickcetina, Thank you for the messages. Please create separate forum threads for the issues you encountered.