Display Document Properties in PowerPoint with Java REST API

This article guides on how to display document properties in PowerPoint with Java REST API. You will learn how to display document properties in PowerPoint with Java REST Interface using a Java-based Cloud SDK. It will also share logic to display the desired properties only.

Prerequisite

Steps to Show Document Properties in PowerPoint with Java Low Code API

  1. Set the environment by creating a SlidesApi object using the client ID and key for fetching the properties
  2. Define the name of the presentation and upload it to the Cloud storage for further processing
  3. Fetch the properties collection from the uploaded presentation
  4. Iterate through all the properties in the collection
  5. Display each or selected properties using the Name/Value pair

These steps describe how to display the document properties in PowerPoint with Java RESTful Service. Create the SlidesApi object with a client ID and key, upload the target presentation to the Cloud storage, fetch the properties collection, and iterate through the collection to display the properties.

Code to Fetch Document Properties in PowerPoint with Java REST API

This code demonstrates the process of displaying document properties in PowerPoint presentations. You can filter the presentation properties based on the name of the property in the name/value pair. If the presentation is already there on the server storage, you may skip the uploading step.

This article has taught us to fetch presentation properties. To extract pictures from the presentation, refer to the article Extract pictures from PowerPoint with Java REST API.

 Български