Menu

Apply Password Protection

Shoaib

Aspose.Slides

//Instantiate a Presentation object that represents a PPT file
Presentation pres = new Presentation();

//Setting Password
pres.getProtectionManager().encrypt("pass");

//Save your presentation to a file
pres.save("data/AsposeProtection.pptx", com.aspose.slides.SaveFormat.Pptx);

Download Source Code


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.