Get a Particular Document Property from a PDF

Introduction

This example allows you to get a particular document property using Aspose.PDF Cloud API in your applications.

API Information

API Type Description
/pdf/{name}/documentproperties/{propertyName} GET Read a particular property from a PDF Document in Storage

API Parameters

Parameter Required Type Data Type Description
name true Path String The name of the document in storage to read properties from
propertyName true Path String The name of the property to read

Resource

The following Aspose.PDF Cloud REST API resource has been used in the examples: GetDocumentProperty.

cURL Example

SDK Source

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

SDK Examples

Get a particular document property