Skip to content

Commit da7a427

Browse files
Merge pull request #13 from kaferi/master
Update to v19.3
2 parents 5b3720d + 2f83ea8 commit da7a427

37 files changed

+8221
-2330
lines changed

README.md

Lines changed: 35 additions & 5 deletions
Large diffs are not rendered by default.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply plugin: 'idea'
2020
apply plugin: 'eclipse'
2121

2222
group = 'com.aspose'
23-
version = '19.2.0'
23+
version = '19.3.0'
2424

2525
buildscript {
2626
repositories {
@@ -71,7 +71,7 @@ dependencies {
7171
publish {
7272
groupId = 'com.aspose'
7373
artifactId = 'aspose-cloud-pdf'
74-
publishVersion = '19.2.0'
74+
publishVersion = '19.3.0'
7575
desc = 'Aspose.PDF Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.PDF Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others. Aspose.PDF Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.'
7676
licences = ['MIT']
7777
website = 'https://products.aspose.cloud/pdf/cloud'

docs/CellRecognized.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# CellRecognized
3+
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**textRects** | [**TextRects**](TextRects.md) | Gets collection of objects that describes text containing in the cell | [optional]
9+
**rectangle** | [**Rectangle**](Rectangle.md) | Gets rectangle that describes position of the cell on page | [optional]
10+
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+
14+

docs/ImageStamp.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
# ImageStamp
3+
Represents Pdf stamps.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**fileName** | **String** | Gets or sets the file name. | [optional]
9+
**width** | **Double** | Gets or sets image width. Setting this property allos to scal image horizontally. | [optional]
10+
**height** | **Double** | Gets or sets image height. Setting this image allows to scale image vertically. | [optional]
11+
**background** | **Boolean** | Sets or gets a bool value that indicates the content is stamped as background. If the value is true, the stamp content is layed at the bottom. By defalt, the value is false, the stamp content is layed at the top. | [optional]
12+
**bottomMargin** | **Double** | Gets or sets bottom margin of stamp. | [optional]
13+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. | [optional]
14+
**leftMargin** | **Double** | Gets or sets left margin of stamp. | [optional]
15+
**opacity** | **Double** | Gets or sets a value to indicate the stamp opacity. The value is from 0.0 to 1.0. By default the value is 1.0. | [optional]
16+
**rightMargin** | **Double** | Gets or sets right margin of stamp. | [optional]
17+
**rotate** | [**Rotation**](Rotation.md) | Sets or gets the rotation of stamp content according values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None. | [optional]
18+
**rotateAngle** | **Double** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. | [optional]
19+
**topMargin** | **Double** | Gets or sets top margin of stamp. | [optional]
20+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of stamp on page. | [optional]
21+
**xIndent** | **Double** | Horizontal stamp coordinate, starting from the left. | [optional]
22+
**yIndent** | **Double** | Vertical stamp coordinate, starting from the bottom. | [optional]
23+
**zoom** | **Double** | Zooming factor of the stamp. Allows to scale stamp. | [optional]
24+
**links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
25+
26+
27+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28+
29+

docs/PdfApi.md

Lines changed: 403 additions & 3 deletions
Large diffs are not rendered by default.

docs/PdfPageStamp.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
# PdfPageStamp
3+
Represents Pdf stamps.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**fileName** | **String** | Gets or sets the file name. | [optional]
9+
**pageIndex** | **Integer** | Gets or sets the index of the page. | [optional]
10+
**background** | **Boolean** | Sets or gets a bool value that indicates the content is stamped as background. If the value is true, the stamp content is layed at the bottom. By defalt, the value is false, the stamp content is layed at the top. | [optional]
11+
**bottomMargin** | **Double** | Gets or sets bottom margin of stamp. | [optional]
12+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. | [optional]
13+
**leftMargin** | **Double** | Gets or sets left margin of stamp. | [optional]
14+
**opacity** | **Double** | Gets or sets a value to indicate the stamp opacity. The value is from 0.0 to 1.0. By default the value is 1.0. | [optional]
15+
**rightMargin** | **Double** | Gets or sets right margin of stamp. | [optional]
16+
**rotate** | [**Rotation**](Rotation.md) | Sets or gets the rotation of stamp content according values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None. | [optional]
17+
**rotateAngle** | **Double** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. | [optional]
18+
**topMargin** | **Double** | Gets or sets top margin of stamp. | [optional]
19+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of stamp on page. | [optional]
20+
**xIndent** | **Double** | Horizontal stamp coordinate, starting from the left. | [optional]
21+
**yIndent** | **Double** | Vertical stamp coordinate, starting from the bottom. | [optional]
22+
**zoom** | **Double** | Zooming factor of the stamp. Allows to scale stamp. | [optional]
23+
**links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
24+
25+
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)
27+
28+

docs/Position.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# Position
3+
Represents a position object
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**xIndent** | **Double** | Gets the X coordinate of the object |
9+
**yIndent** | **Double** | Gets the Y coordinate of the object |
10+
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+
14+

docs/RowRecognized.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# RowRecognized
3+
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**cellList** | [**List<CellRecognized>**](CellRecognized.md) | Gets readonly IList containing cells of the row | [optional]
9+
**rectangle** | [**Rectangle**](Rectangle.md) | Gets rectangle that describes position of the row on page | [optional]
10+
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+
14+

docs/StampBase.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
# StampBase
3+
Represents Pdf stamps.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**background** | **Boolean** | Sets or gets a bool value that indicates the content is stamped as background. If the value is true, the stamp content is layed at the bottom. By defalt, the value is false, the stamp content is layed at the top. | [optional]
9+
**bottomMargin** | **Double** | Gets or sets bottom margin of stamp. | [optional]
10+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. | [optional]
11+
**leftMargin** | **Double** | Gets or sets left margin of stamp. | [optional]
12+
**opacity** | **Double** | Gets or sets a value to indicate the stamp opacity. The value is from 0.0 to 1.0. By default the value is 1.0. | [optional]
13+
**rightMargin** | **Double** | Gets or sets right margin of stamp. | [optional]
14+
**rotate** | [**Rotation**](Rotation.md) | Sets or gets the rotation of stamp content according values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None. | [optional]
15+
**rotateAngle** | **Double** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. | [optional]
16+
**topMargin** | **Double** | Gets or sets top margin of stamp. | [optional]
17+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of stamp on page. | [optional]
18+
**xIndent** | **Double** | Horizontal stamp coordinate, starting from the left. | [optional]
19+
**yIndent** | **Double** | Vertical stamp coordinate, starting from the bottom. | [optional]
20+
**zoom** | **Double** | Zooming factor of the stamp. Allows to scale stamp. | [optional]
21+
**links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
22+
23+
24+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
25+
26+

docs/StampInfo.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
# StampInfo
3+
Provides stamp info.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**id** | **String** | Gets ID of the stamp. | [optional]
9+
**indexOnPage** | **Integer** | Gets index on page of the stamp. | [optional]
10+
**pageIndex** | **Integer** | Gets PageIndex of the annotation. | [optional]
11+
**rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
12+
**text** | **String** | Get the text content. | [optional]
13+
**visible** | **Boolean** | Gets the stamp is visible. | [optional]
14+
**stampType** | [**StampType**](StampType.md) | Gets stamp type. |
15+
**links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
16+
17+
18+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
19+
20+

0 commit comments

Comments
 (0)