You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Aspose.PDF Cloud
2
2
- API version: 3.0
3
-
- Package version: 20.8.0
3
+
- Package version: 20.9.0
4
4
5
5
[Aspose.PDF Cloud](https://products.aspose.cloud/pdf) is a true REST API that enables you to perform a wide range of document processing operations including creation, manipulation, conversion and rendering of Pdf documents in the cloud.
Copy file name to clipboardExpand all lines: docs/PdfApi.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6107,7 +6107,7 @@ Name | Type | Description | Notes
6107
6107
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -6120,6 +6120,7 @@ Name | Type | Description | Notes
6120
6120
**annotations** | [**list[RedactionAnnotation]**](RedactionAnnotation.md)| The array of annotation. |
6121
6121
**storage** | **str**| The document storage. | [optional]
6122
6122
**folder** | **str**| The document folder. | [optional]
6123
+
**apply** | **bool**| Apply redaction immediately after adding. | [optional][default to false]
6123
6124
6124
6125
### Return type
6125
6126
@@ -8965,7 +8966,7 @@ Name | Type | Description | Notes
8965
8966
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/RedactionAnnotation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
20
20
**fill_color** | [**Color**](Color.md) | Gets or sets color to fill annotation. | [optional]
21
21
**border_color** | [**Color**](Color.md) | Gets or sets color of border which is drawn when redaction is not active. | [optional]
22
22
**overlay_text** | **str** | Text to print on redact annotation. | [optional]
23
-
**repeat** | **bool** | If true overlay text will be repated on the annotation. | [optional]
23
+
**repeat** | **bool** | If true overlay text will be repeated on the annotation. | [optional]
24
24
**text_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets. Alignment of Overlay Text. | [optional]
25
25
26
26
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/TextStyle.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
**font** | **str** | Gets or sets font of the text. | [optional]
9
9
**foreground_color** | [**Color**](Color.md) | Gets or sets foreground color of the text. | [optional]
10
10
**background_color** | [**Color**](Color.md) | Sets background color of the text. | [optional]
11
+
**font_file** | **str** | Sets path of font file in storage. | [optional]
11
12
12
13
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments