Sign PDF Page
Contents
[
Hide
]
Introduction
This example allows you to sign PDF page using Aspose.PDF Cloud API in your applications. The API has the following properties
API | Type | Description |
---|---|---|
/pdf/{name}/pages/{pageNumber}/sign | POST | Sign a PDF Document |
The API has the following parameters |
Parameter | Required | Description | Type | Data Type |
---|---|---|---|---|
name | Yes | The name of the document | Path | String |
pageNumber | Yes | The page number to add the signature file to | Path | Integer |
signature | No | The signature to add to the PDF Document. The JSON should be of the following format { |
Body | JSON |
Resource
The API has the following parameters
The following Aspose.PDF Cloud REST API resource has been used in the examples: Sign PDF Pages
cURL Example
SDK Source
The Aspose for Cloud SDKs can be downloaded from the following page: Available SDKs
SDK Examples
Sign a page in PDF