Convert Selected Slides

Introduction

You can convert parts of presentations using optional slides parameter. This parameter is a comma-separated list of slides that should be included in the output.

cURL Example

Convert MyPresentation.pptx presentation to MyPresentation.pdf document. The document should only contain the slides with indexes 2 and 4.

SDK Source

Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. The Aspose.Slides Cloud SDKs can be downloaded from the following page: Available SDKs

SDK Examples

Convert MyPresentation.pptx presentation to a PDF document. The document should only contain the slides with indexes 2 and 4.