Can Aspose.PowerPoint create New presentations?

Hi,

Can Aspose.PowerPoint create new presentations? Or can it only read from an existing presentation and update it?

The Presentation Class constructor accepts a File Name or IO Stream parameter. This file needs to exist on the file system.

If it's possible, can someone share a code snipped to create a new PowerPoint presentation from scratch.

Thanks.

Aspose.PowerPoint can’t create new presentations but you can put

empty presentation to resourse and open it with Aspose.PowerPoint.

It will be the same as create presentation from scratch.