POST api/pdf/security
Request Information
URI Parameters
None.
Body Parameters
PdfSecurityRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PdfBase64 | string |
None. |
|
| Lock | boolean |
None. |
|
| Password | string |
None. |
|
| RandomPassword | boolean |
None. |
|
| Unlock | boolean |
None. |
|
| UnlockPassword | string |
None. |
|
| BreakIn | boolean |
None. |
|
| Watermark | boolean |
None. |
|
| WatermarkText | string |
None. |
|
| WatermarkRed | boolean |
None. |
|
| Flatten | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"PdfBase64": "sample string 1",
"Lock": true,
"Password": "sample string 2",
"RandomPassword": true,
"Unlock": true,
"UnlockPassword": "sample string 3",
"BreakIn": true,
"Watermark": true,
"WatermarkText": "sample string 4",
"WatermarkRed": true,
"Flatten": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |