Skip to content

Commit d8e2528

Browse files
Merge pull request #19 from kaferi/master
Update to v19.8
2 parents 31ea33d + 7342426 commit d8e2528

30 files changed

+3253
-258
lines changed

.swagger-codegen-ignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ src/main/java/com/aspose/asposecloudpdf/auth/*.*
2626
.gitignore
2727
git_push.sh
2828
#README.md
29-
pom.xml
29+
#pom.xml

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Aspose.PDF Cloud
22
- API version: 3.0
3-
- Package version: 19.7.0
3+
- Package version: 19.8.0
44

55
[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.
66

@@ -37,7 +37,7 @@ Add this dependency to your project's POM:
3737
<dependency>
3838
<groupId>com.aspose</groupId>
3939
<artifactId>aspose-cloud-pdf</artifactId>
40-
<version>19.7.0</version>
40+
<version>19.8.0</version>
4141
<scope>compile</scope>
4242
</dependency>
4343
```
@@ -47,7 +47,7 @@ Add this dependency to your project's POM:
4747
Add this dependency to your project's build file:
4848

4949
```groovy
50-
compile "com.aspose:aspose-cloud-pdf:19.7.0"
50+
compile "com.aspose:aspose-cloud-pdf:19.8.0"
5151
```
5252

5353
### Others
@@ -58,7 +58,7 @@ At first generate the JAR by executing:
5858

5959
Then manually install the following JARs:
6060

61-
* target/aspose-cloud-pdf-19.7.0.jar
61+
* target/aspose-cloud-pdf-19.8.0.jar
6262
* target/lib/*.jar
6363

6464
## Getting Started
@@ -166,6 +166,7 @@ Class | Method | HTTP request | Description
166166
*PdfApi* | [**getDocumentProperty**](docs/PdfApi.md#getDocumentProperty) | **GET** /pdf/\{name}/documentproperties/\{propertyName} | Read document property by name.
167167
*PdfApi* | [**getDocumentRedactionAnnotations**](docs/PdfApi.md#getDocumentRedactionAnnotations) | **GET** /pdf/\{name}/annotations/redaction | Read document redaction annotations.
168168
*PdfApi* | [**getDocumentScreenAnnotations**](docs/PdfApi.md#getDocumentScreenAnnotations) | **GET** /pdf/\{name}/annotations/screen | Read document screen annotations.
169+
*PdfApi* | [**getDocumentSignatureFields**](docs/PdfApi.md#getDocumentSignatureFields) | **GET** /pdf/\{name}/fields/signature | Read document signature fields.
169170
*PdfApi* | [**getDocumentSoundAnnotations**](docs/PdfApi.md#getDocumentSoundAnnotations) | **GET** /pdf/\{name}/annotations/sound | Read document sound annotations.
170171
*PdfApi* | [**getDocumentSquareAnnotations**](docs/PdfApi.md#getDocumentSquareAnnotations) | **GET** /pdf/\{name}/annotations/square | Read document square annotations.
171172
*PdfApi* | [**getDocumentSquigglyAnnotations**](docs/PdfApi.md#getDocumentSquigglyAnnotations) | **GET** /pdf/\{name}/annotations/squiggly | Read document squiggly annotations.
@@ -202,6 +203,7 @@ Class | Method | HTTP request | Description
202203
*PdfApi* | [**getLaTeXInStorageToPdf**](docs/PdfApi.md#getLaTeXInStorageToPdf) | **GET** /pdf/create/latex | Convert LaTeX file (located on storage) to PDF format and return resulting file in response.
203204
*PdfApi* | [**getLineAnnotation**](docs/PdfApi.md#getLineAnnotation) | **GET** /pdf/\{name}/annotations/line/\{annotationId} | Read document page line annotation by ID.
204205
*PdfApi* | [**getLinkAnnotation**](docs/PdfApi.md#getLinkAnnotation) | **GET** /pdf/\{name}/links/\{linkId} | Read document link annotation by ID.
206+
*PdfApi* | [**getMarkdownInStorageToPdf**](docs/PdfApi.md#getMarkdownInStorageToPdf) | **GET** /pdf/create/markdown | Convert MD file (located on storage) to PDF format and return resulting file in response.
205207
*PdfApi* | [**getMhtInStorageToPdf**](docs/PdfApi.md#getMhtInStorageToPdf) | **GET** /pdf/create/mht | Convert MHT file (located on storage) to PDF format and return resulting file in response.
206208
*PdfApi* | [**getMovieAnnotation**](docs/PdfApi.md#getMovieAnnotation) | **GET** /pdf/\{name}/annotations/movie/\{annotationId} | Read document page movie annotation by ID.
207209
*PdfApi* | [**getPage**](docs/PdfApi.md#getPage) | **GET** /pdf/\{name}/pages/\{pageNumber} | Read document page info.
@@ -227,6 +229,7 @@ Class | Method | HTTP request | Description
227229
*PdfApi* | [**getPagePopupAnnotations**](docs/PdfApi.md#getPagePopupAnnotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/popup | Read document page popup annotations.
228230
*PdfApi* | [**getPageRedactionAnnotations**](docs/PdfApi.md#getPageRedactionAnnotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/redaction | Read document page redaction annotations.
229231
*PdfApi* | [**getPageScreenAnnotations**](docs/PdfApi.md#getPageScreenAnnotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/screen | Read document page screen annotations.
232+
*PdfApi* | [**getPageSignatureFields**](docs/PdfApi.md#getPageSignatureFields) | **GET** /pdf/\{name}/page/\{pageNumber}/fields/signature | Read document page signature fields.
230233
*PdfApi* | [**getPageSoundAnnotations**](docs/PdfApi.md#getPageSoundAnnotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/sound | Read document page sound annotations.
231234
*PdfApi* | [**getPageSquareAnnotations**](docs/PdfApi.md#getPageSquareAnnotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/square | Read document page square annotations.
232235
*PdfApi* | [**getPageSquigglyAnnotations**](docs/PdfApi.md#getPageSquigglyAnnotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/squiggly | Read document page squiggly annotations.
@@ -259,6 +262,7 @@ Class | Method | HTTP request | Description
259262
*PdfApi* | [**getRedactionAnnotation**](docs/PdfApi.md#getRedactionAnnotation) | **GET** /pdf/\{name}/annotations/redaction/\{annotationId} | Read document page redaction annotation by ID.
260263
*PdfApi* | [**getScreenAnnotation**](docs/PdfApi.md#getScreenAnnotation) | **GET** /pdf/\{name}/annotations/screen/\{annotationId} | Read document page screen annotation by ID.
261264
*PdfApi* | [**getScreenAnnotationData**](docs/PdfApi.md#getScreenAnnotationData) | **GET** /pdf/\{name}/annotations/screen/\{annotationId}/data | Read document page screen annotation by ID.
265+
*PdfApi* | [**getSignatureField**](docs/PdfApi.md#getSignatureField) | **GET** /pdf/\{name}/fields/signature/\{fieldName} | Read document signature field by name.
262266
*PdfApi* | [**getSoundAnnotation**](docs/PdfApi.md#getSoundAnnotation) | **GET** /pdf/\{name}/annotations/sound/\{annotationId} | Read document page sound annotation by ID.
263267
*PdfApi* | [**getSoundAnnotationData**](docs/PdfApi.md#getSoundAnnotationData) | **GET** /pdf/\{name}/annotations/sound/\{annotationId}/data | Read document page sound annotation by ID.
264268
*PdfApi* | [**getSquareAnnotation**](docs/PdfApi.md#getSquareAnnotation) | **GET** /pdf/\{name}/annotations/square/\{annotationId} | Read document page square annotation by ID.
@@ -301,6 +305,7 @@ Class | Method | HTTP request | Description
301305
*PdfApi* | [**postMovePage**](docs/PdfApi.md#postMovePage) | **POST** /pdf/\{name}/pages/\{pageNumber}/movePage | Move page to new position.
302306
*PdfApi* | [**postOptimizeDocument**](docs/PdfApi.md#postOptimizeDocument) | **POST** /pdf/\{name}/optimize | Optimize document.
303307
*PdfApi* | [**postPageCaretAnnotations**](docs/PdfApi.md#postPageCaretAnnotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/caret | Add document page caret annotations.
308+
*PdfApi* | [**postPageCertify**](docs/PdfApi.md#postPageCertify) | **POST** /pdf/\{name}/pages/\{pageNumber}/certify | Certify document page.
304309
*PdfApi* | [**postPageCircleAnnotations**](docs/PdfApi.md#postPageCircleAnnotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/circle | Add document page circle annotations.
305310
*PdfApi* | [**postPageFileAttachmentAnnotations**](docs/PdfApi.md#postPageFileAttachmentAnnotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/fileattachment | Add document page FileAttachment annotations.
306311
*PdfApi* | [**postPageFreeTextAnnotations**](docs/PdfApi.md#postPageFreeTextAnnotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/freetext | Add document page free text annotations.
@@ -365,6 +370,7 @@ Class | Method | HTTP request | Description
365370
*PdfApi* | [**putLaTeXInStorageToPdf**](docs/PdfApi.md#putLaTeXInStorageToPdf) | **PUT** /pdf/\{name}/create/latex | Convert LaTeX file (located on storage) to PDF format and upload resulting file to storage.
366371
*PdfApi* | [**putLineAnnotation**](docs/PdfApi.md#putLineAnnotation) | **PUT** /pdf/\{name}/annotations/line/\{annotationId} | Replace document line annotation
367372
*PdfApi* | [**putLinkAnnotation**](docs/PdfApi.md#putLinkAnnotation) | **PUT** /pdf/\{name}/links/\{linkId} | Replace document page link annotations
373+
*PdfApi* | [**putMarkdownInStorageToPdf**](docs/PdfApi.md#putMarkdownInStorageToPdf) | **PUT** /pdf/\{name}/create/markdown | Convert MD file (located on storage) to PDF format and upload resulting file to storage.
368374
*PdfApi* | [**putMergeDocuments**](docs/PdfApi.md#putMergeDocuments) | **PUT** /pdf/\{name}/merge | Merge a list of documents.
369375
*PdfApi* | [**putMhtInStorageToPdf**](docs/PdfApi.md#putMhtInStorageToPdf) | **PUT** /pdf/\{name}/create/mht | Convert MHT file (located on storage) to PDF format and upload resulting file to storage.
370376
*PdfApi* | [**putMovieAnnotation**](docs/PdfApi.md#putMovieAnnotation) | **PUT** /pdf/\{name}/annotations/movie/\{annotationId} | Replace document movie annotation
@@ -457,6 +463,7 @@ Class | Method | HTTP request | Description
457463
- [CryptoAlgorithm](docs/CryptoAlgorithm.md)
458464
- [DiscUsage](docs/DiscUsage.md)
459465
- [DocFormat](docs/DocFormat.md)
466+
- [DocMDPAccessPermissionType](docs/DocMDPAccessPermissionType.md)
460467
- [DocRecognitionMode](docs/DocRecognitionMode.md)
461468
- [DocumentPrivilege](docs/DocumentPrivilege.md)
462469
- [EpubRecognitionMode](docs/EpubRecognitionMode.md)
@@ -507,6 +514,7 @@ Class | Method | HTTP request | Description
507514
- [Segment](docs/Segment.md)
508515
- [ShapeType](docs/ShapeType.md)
509516
- [Signature](docs/Signature.md)
517+
- [SignatureCustomAppearance](docs/SignatureCustomAppearance.md)
510518
- [SignatureType](docs/SignatureType.md)
511519
- [SoundEncoding](docs/SoundEncoding.md)
512520
- [SoundIcon](docs/SoundIcon.md)
@@ -526,6 +534,7 @@ Class | Method | HTTP request | Description
526534
- [TextReplaceListRequest](docs/TextReplaceListRequest.md)
527535
- [TextState](docs/TextState.md)
528536
- [TextStyle](docs/TextStyle.md)
537+
- [TimestampSettings](docs/TimestampSettings.md)
529538
- [VerticalAlignment](docs/VerticalAlignment.md)
530539
- [WordCount](docs/WordCount.md)
531540
- [WrapMode](docs/WrapMode.md)
@@ -562,6 +571,7 @@ Class | Method | HTTP request | Description
562571
- [FileAttachmentAnnotations](docs/FileAttachmentAnnotations.md)
563572
- [FileAttachmentAnnotationsResponse](docs/FileAttachmentAnnotationsResponse.md)
564573
- [FileVersion](docs/FileVersion.md)
574+
- [FormField](docs/FormField.md)
565575
- [FreeTextAnnotationResponse](docs/FreeTextAnnotationResponse.md)
566576
- [FreeTextAnnotations](docs/FreeTextAnnotations.md)
567577
- [FreeTextAnnotationsResponse](docs/FreeTextAnnotationsResponse.md)
@@ -602,6 +612,9 @@ Class | Method | HTTP request | Description
602612
- [ScreenAnnotationResponse](docs/ScreenAnnotationResponse.md)
603613
- [ScreenAnnotations](docs/ScreenAnnotations.md)
604614
- [ScreenAnnotationsResponse](docs/ScreenAnnotationsResponse.md)
615+
- [SignatureFieldResponse](docs/SignatureFieldResponse.md)
616+
- [SignatureFields](docs/SignatureFields.md)
617+
- [SignatureFieldsResponse](docs/SignatureFieldsResponse.md)
605618
- [SignatureVerifyResponse](docs/SignatureVerifyResponse.md)
606619
- [SoundAnnotationResponse](docs/SoundAnnotationResponse.md)
607620
- [SoundAnnotations](docs/SoundAnnotations.md)
@@ -649,6 +662,7 @@ Class | Method | HTTP request | Description
649662
- [PopupAnnotation](docs/PopupAnnotation.md)
650663
- [RedactionAnnotation](docs/RedactionAnnotation.md)
651664
- [ScreenAnnotation](docs/ScreenAnnotation.md)
665+
- [SignatureField](docs/SignatureField.md)
652666
- [TextFooter](docs/TextFooter.md)
653667
- [TextHeader](docs/TextHeader.md)
654668
- [TextStamp](docs/TextStamp.md)

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.7.0'
23+
version = '19.8.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.7.0'
74+
publishVersion = '19.8.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/DocMDPAccessPermissionType.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
# DocMDPAccessPermissionType
3+
The access permissions granted for this document.
4+
Valid values are:
5+
1 - No changes to the document are permitted; any change to the document invalidates the signature.
6+
2 - Permitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature.
7+
3 - Permitted changes are the same as for 2, as well as annotation creation, deletion, and modification; other changes invalidate the signature.
8+
9+
## Enum
10+
Name | Description
11+
------------ | ------------
12+
**NoChanges** | No changes to the document are permitted; any change to the document invalidates the signature.
13+
**FillingInForms** | Permitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature.
14+
**AnnotationModification** | Permitted changes are the same as for 2, as well as annotation creation, deletion, and modification; other changes invalidate the signature.
15+
16+
17+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
18+
19+

docs/FormField.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
2+
# FormField
3+
Provides form field.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**partialName** | **String** | Field name. | [optional]
9+
**rect** | [**Rectangle**](Rectangle.md) | Field rectangle. | [optional]
10+
**value** | **String** | Field value. | [optional]
11+
**pageIndex** | **Integer** | Page index. |
12+
**height** | **Double** | Gets or sets height of the field. | [optional]
13+
**width** | **Double** | Gets or sets width of the field. | [optional]
14+
**zIndex** | **Integer** | Z index. | [optional]
15+
**isGroup** | **Boolean** | Is group. |
16+
**parent** | [**FormField**](FormField.md) | Gets field parent. | [optional]
17+
**isSharedField** | **Boolean** | Property for Generator support. Used when field is added to header or footer. If true, this field will created once and it's appearance will be visible on all pages of the document. If false, separated field will be created for every document page. | [optional]
18+
**flags** | [**List&lt;AnnotationFlags&gt;**](AnnotationFlags.md) | Gets Flags of the field. | [optional]
19+
**color** | [**Color**](Color.md) | Color of the annotation. | [optional]
20+
**contents** | **String** | Get the field content. | [optional]
21+
**margin** | [**MarginInfo**](MarginInfo.md) | Gets or sets a outer margin for paragraph (for pdf generation) | [optional]
22+
**highlighting** | [**LinkHighlightingMode**](LinkHighlightingMode.md) | Field highlighting mode. | [optional]
23+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the field. | [optional]
24+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the field. | [optional]
25+
**links** | [**List&lt;Link&gt;**](Link.md) | Link to the document. | [optional]
26+
27+
28+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
29+
30+

0 commit comments

Comments
 (0)