Get PDF Document Word Count

Introduction

This example allows you to get word count per page from PDF document using Aspose.PDF Cloud API in your applications. The API has the following properties

API Type Description
/pdf/{name}/pages/wordCount GET Get word count for a particular page in a PDF Document
The API has the following parameters
Parameter Required Description Type Data Type
name Yes The name of the PDF Document Path String

Resource

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

cURL Example

SDK Source

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

SDK Examples