Spire.Presentation is a professional PowerPoint® compatible library that enables developers to create, read, write, modify, convert and Print PowerPoint documents. Get free and professional technical support for Spire.Presentation for .NET, Java, Android, C++, Python.

Mon Mar 25, 2024 11:45 am

I want to add a slide in PPT that is read-only, add sentences to that slide and save the file.
However, the slide is not added, so the sentences I added are overwritten as is on the existing first page.
Is there any way to fix this?
(I have no choice but to load the read-only PPT)

This is my code :

//myppt.pptx : read-only ppt
presentation.loadFromFile("myppt.pptx");
presentation.getSlides().insert(0);
// Not inserted slide

SungwonShin
 
Posts: 2
Joined: Thu Dec 28, 2023 2:24 am

Tue Mar 26, 2024 7:10 am

Hello,

Thanks for your inquiry.
To help us investigate your issue more accurately, please provide us with your input PPT file and full testing code. Additionally, could you provide some screenshots to describe your requirements? You can attach them here or send them to us via email(support@e-iceblue.com). Thank you in advance.

Sincerely,
William
E-iceblue support team
User avatar

William.Zhang
 
Posts: 203
Joined: Mon Dec 27, 2021 2:23 am

Return to Spire.Presentation