Skip to content

Commit 3b29fd7

Browse files
Merge pull request #11 from kaferi/master
Updated to v19.1
2 parents c23b797 + 54e6291 commit 3b29fd7

File tree

233 files changed

+11443
-3576
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+11443
-3576
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2018 Aspose.PDF Cloud
2+
# Copyright (c) 2019 Aspose.PDF Cloud
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to deal
55
# in the Software without restriction, including without limitation the rights

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Aspose.Pdf for Cloud
3+
Copyright (c) 2019 Aspose.Pdf for Cloud
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

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

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2018 Aspose.PDF Cloud
2+
* Copyright (c) 2019 Aspose.PDF Cloud
33
* Permission is hereby granted, free of charge, to any person obtaining a copy
44
* of this software and associated documentation files (the "Software"), to deal
55
* in the Software without restriction, including without limitation the rights
@@ -20,7 +20,7 @@ apply plugin: 'idea'
2020
apply plugin: 'eclipse'
2121

2222
group = 'com.aspose'
23-
version = '18.12.0'
23+
version = '19.1.0'
2424

2525
buildscript {
2626
repositories {
@@ -71,7 +71,7 @@ dependencies {
7171
publish {
7272
groupId = 'com.aspose'
7373
artifactId = 'aspose-cloud-pdf'
74-
publishVersion = '18.12.0'
74+
publishVersion = '19.1.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/FileAttachmentAnnotation.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
# FileAttachmentAnnotation
3+
Provides FileAttachmentAnnotation.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**icon** | [**FileIcon**](FileIcon.md) | Gets or sets icon that shall be used in displaying annotation. | [optional]
9+
**opacity** | **Double** | Gets or sets icon's opacity from 0 to 1: 0 - completely transparant, 1 - completely opaque. | [optional]
10+
**fileDescription** | **String** | Gets or sets text associated with the file specification. | [optional]
11+
**fileName** | **String** | Gets or sets file specification name. | [optional]
12+
**filePath** | **String** | Sets content file path. | [optional]
13+
**creationDate** | **String** | The date and time when the annotation was created. | [optional]
14+
**subject** | **String** | Get the annotation subject. | [optional]
15+
**title** | **String** | Get the annotation title. | [optional]
16+
**richText** | **String** | Get the annotation RichText. | [optional]
17+
**color** | [**Color**](Color.md) | Color of the annotation. | [optional]
18+
**contents** | **String** | Get the annotation content. | [optional]
19+
**modified** | **String** | The date and time when the annotation was last modified. | [optional]
20+
**id** | **String** | Gets ID of the annotation. | [optional]
21+
**flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
22+
**name** | **String** | Gets Name of the annotation. | [optional]
23+
**rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
24+
**pageIndex** | **Integer** | Gets PageIndex of the annotation. | [optional]
25+
**zIndex** | **Integer** | Gets ZIndex of the annotation. | [optional]
26+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
27+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
28+
**links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
29+
30+
31+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
32+
33+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# FileAttachmentAnnotationResponse
3+
Represents response containing single FileAttachment annotation object
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**annotation** | [**FileAttachmentAnnotation**](FileAttachmentAnnotation.md) | FileAttachment annotation object | [optional]
9+
**code** | **Integer** | Response status code. |
10+
**status** | **String** | Response status. | [optional]
11+
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)
14+
15+

docs/FileAttachmentAnnotations.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# FileAttachmentAnnotations
3+
Object representing a list of FileAttachment annotations.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**list** | [**List<FileAttachmentAnnotation>**](FileAttachmentAnnotation.md) | List of FileAttachment annotations. | [optional]
9+
**links** | [**List<Link>**](Link.md) | Link to the document. | [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+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# FileAttachmentAnnotationsResponse
3+
Represents response containing multiple FileAttachment annotation objects
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**annotations** | [**FileAttachmentAnnotations**](FileAttachmentAnnotations.md) | Free text annotations object | [optional]
9+
**code** | **Integer** | Response status code. |
10+
**status** | **String** | Response status. | [optional]
11+
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)
14+
15+

docs/FileIcon.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
# FileIcon
3+
An icon to be used in displaying the annotation.
4+
5+
## Enum
6+
Name | Description
7+
------------ | ------------
8+
**PushPin** | PushPin icon (default value).
9+
**Graph** | Graph icon.
10+
**Paperclip** | Paperclip icon.
11+
**Tag** | This is tag icon.
12+
13+
14+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
15+
16+

docs/MovieAnnotation.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
# MovieAnnotation
3+
Provides MovieAnnotation.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**title** | **String** | Get the annotation title. | [optional]
9+
**fileName** | **String** | Gets or sets file specification name. | [optional]
10+
**filePath** | **String** | Sets content file path. | [optional]
11+
**color** | [**Color**](Color.md) | Color of the annotation. | [optional]
12+
**contents** | **String** | Get the annotation content. | [optional]
13+
**modified** | **String** | The date and time when the annotation was last modified. | [optional]
14+
**id** | **String** | Gets ID of the annotation. | [optional]
15+
**flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
16+
**name** | **String** | Gets Name of the annotation. | [optional]
17+
**rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
18+
**pageIndex** | **Integer** | Gets PageIndex of the annotation. | [optional]
19+
**zIndex** | **Integer** | Gets ZIndex of the annotation. | [optional]
20+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
21+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
22+
**links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
23+
24+
25+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
26+
27+

0 commit comments

Comments
 (0)