Display Document Properties in PowerPoint with Java REST API

This tutorial shows you how to display document properties in PowerPoint using the Java REST API. By employing the Java‑based Cloud SDK, you’ll learn to fetch and render the desired PowerPoint properties through the Java REST interface, while filtering out any unnecessary data.

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 example illustrates how to retrieve and display document properties in PowerPoint presentations. You can narrow the results by filtering the properties using the desired name/value pair. If the presentation already exists in server storage, simply skip the upload step.

In this tutorial we’ve shown you how to retrieve a PowerPoint presentation’s properties using the Java REST API. Want to pull the images out of a slide deck as well? Check out the companion guide Extract pictures from PowerPoint with Java REST API.

 English