Remove Protection Properties

Introduction

The following methods allow you to remove protection properties from a PowerPoint presentation saved to storage or a local file.

DeleteProtection

API Information

API Type Description Resource
/slides/{name}/protection DELETE Removes the protection properties from a presentation saved to the storage. DeleteProtection

Request Parameters

Name Type Location Required Description
name string path true The name of the presentation file.
password string header false The password to open the presentation.
folder string query false The path to the folder containing the presentation.
storage string query false The name of the storage contaning the folder.

In case of Amazon S3 storage folder path starts with Amazon S3 bucket name.

Examples

The MyPresentation.pptx document has been saved to the storage. Remove the protection properties from the presentation that is protected to be opened by the password MyPassword.

cURL Solution

SDK Solutions

DeleteProtectionOnline

API Information

API Type Description Resource
/slides/protection/delete POST Removes the protection properties from a presentation saved to a local file. DeleteProtectionOnline

Request Parameters

Name Type Location Required Description
document file formData true The presentation file.
password string header true The password to open the presentation.

In case of Amazon S3 storage folder path starts with Amazon S3 bucket name.

Examples

The MyPresentation.pptx document has been saved to a local file. Remove the protection properties from the presentation that is protected to be opened by the password MyPassword.

cURL Solution

SDK Solutions

SDKs

The Aspose.Slides for Cloud SDKs can be downloaded from the following page: Available SDKs.