Skip to content

Commit c1aedb7

Browse files
authored
Merge pull request #54 from aspose-pdf-cloud/develop
update to 22.11
2 parents 480ffdf + b72ddb3 commit c1aedb7

File tree

7 files changed

+33
-39
lines changed

7 files changed

+33
-39
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,9 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
2929
## Read PDF Formats
3030
MHT, PCL, PS, XSLFO, MD
3131

32-
## Enhancements in Version 22.10
33-
- Convert password protected PDF to DOC.
34-
- Support to convert password protected document to graphic formats.
35-
- Support to convert pages of password protected PDF to JPEG using GetPageConvertToJpeg.
36-
- Add new REST API endpoint to parse PDF document into PDF parts containing specified page ranges.
32+
## Enhancements in Version 22.11
3733
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
3834

39-
## Bugs fixed in Version 22.10
40-
- The PostSplitDocument API method is throwing 504 Gateway Error.
41-
4235
## Requirements
4336
Building the API client library requires [Maven](https://maven.apache.org/) to be installed.
4437

@@ -357,7 +350,7 @@ Class | Method | HTTP request | Description
357350
*PdfApi* | [**postSignPage**](sdk/docs/PdfApi.md#postSignPage) | **POST** /pdf/\{name}/pages/\{pageNumber}/sign | Sign page.
358351
*PdfApi* | [**postSignatureField**](sdk/docs/PdfApi.md#postSignatureField) | **POST** /pdf/\{name}/fields/signature | Add document signature field.
359352
*PdfApi* | [**postSplitDocument**](sdk/docs/PdfApi.md#postSplitDocument) | **POST** /pdf/\{name}/split | Split document to parts.
360-
*PdfApi* | [**postSplitRangePdfDocument**](sdk/docs/PdfApi.md#postSplitRangePdfDocument) | **POST** /pdf/\{name}/splitrangepdf |
353+
*PdfApi* | [**postSplitRangePdfDocument**](sdk/docs/PdfApi.md#postSplitRangePdfDocument) | **POST** /pdf/\{name}/splitrangepdf | Split document into ranges.
361354
*PdfApi* | [**postTextBoxFields**](sdk/docs/PdfApi.md#postTextBoxFields) | **POST** /pdf/\{name}/fields/textbox | Add document text box fields.
362355
*PdfApi* | [**putAddNewPage**](sdk/docs/PdfApi.md#putAddNewPage) | **PUT** /pdf/\{name}/pages | Add new page to end of the document.
363356
*PdfApi* | [**putAddText**](sdk/docs/PdfApi.md#putAddText) | **PUT** /pdf/\{name}/pages/\{pageNumber}/text | Add text to PDF document page.

sdk/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 = '22.10.0'
23+
version = '22.11.0'
2424

2525
buildscript {
2626
repositories {
@@ -100,7 +100,7 @@ dependencies {
100100
publish {
101101
groupId = 'com.aspose'
102102
artifactId = 'aspose-cloud-pdf-android'
103-
publishVersion = '22.10.0'
103+
publishVersion = '22.11.0'
104104
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.'
105105
licences = ['MIT']
106106
website = 'https://products.aspose.cloud/pdf/cloud'

sdk/docs/PdfApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Method | HTTP request | Description
246246
[**postSignPage**](PdfApi.md#postSignPage) | **POST** /pdf/\{name}/pages/\{pageNumber}/sign | Sign page.
247247
[**postSignatureField**](PdfApi.md#postSignatureField) | **POST** /pdf/\{name}/fields/signature | Add document signature field.
248248
[**postSplitDocument**](PdfApi.md#postSplitDocument) | **POST** /pdf/\{name}/split | Split document to parts.
249-
[**postSplitRangePdfDocument**](PdfApi.md#postSplitRangePdfDocument) | **POST** /pdf/\{name}/splitrangepdf |
249+
[**postSplitRangePdfDocument**](PdfApi.md#postSplitRangePdfDocument) | **POST** /pdf/\{name}/splitrangepdf | Split document into ranges.
250250
[**postTextBoxFields**](PdfApi.md#postTextBoxFields) | **POST** /pdf/\{name}/fields/textbox | Add document text box fields.
251251
[**putAddNewPage**](PdfApi.md#putAddNewPage) | **PUT** /pdf/\{name}/pages | Add new page to end of the document.
252252
[**putAddText**](PdfApi.md#putAddText) | **PUT** /pdf/\{name}/pages/\{pageNumber}/text | Add text to PDF document page.
@@ -6271,16 +6271,16 @@ Name | Type | Description | Notes
62716271
# **postSplitRangePdfDocument**
62726272
> SplitResultResponse postSplitRangePdfDocument(name, options, storage, folder)
62736273
6274-
6274+
Split document into ranges.
62756275

62766276
### Parameters
62776277

62786278
Name | Type | Description | Notes
62796279
------------- | ------------- | ------------- | -------------
6280-
**name** | **String**| |
6281-
**options** | [**SplitRangePdfOptions**](SplitRangePdfOptions.md)| |
6282-
**storage** | **String**| | [optional]
6283-
**folder** | **String**| | [optional]
6280+
**name** | **String**| The document name. |
6281+
**options** | [**SplitRangePdfOptions**](SplitRangePdfOptions.md)| The splitting options. |
6282+
**storage** | **String**| The document storage. | [optional]
6283+
**folder** | **String**| The document folder. | [optional]
62846284

62856285
### Return type
62866286

sdk/docs/SplitRangePdfOptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# SplitRangePdfOptions
3-
3+
Represents Pdf split into ranges options.
44

55
## Properties
66
Name | Type | Description | Notes

sdk/src/main/java/com/aspose/asposecloudpdfandroid/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public ApiClient() {
9292

9393
// Add custom headers
9494
addDefaultHeader("x-aspose-client", "android sdk");
95-
addDefaultHeader("x-aspose-client-version", "22.10.0");
95+
addDefaultHeader("x-aspose-client-version", "22.11.0");
9696

9797
// PDFCLOUD-418 Set default Connect Timeout
9898
setConnectTimeout(5 * 60 * 1000);

sdk/src/main/java/com/aspose/asposecloudpdfandroid/api/PdfApi.java

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -38824,10 +38824,10 @@ public void onRequestProgress(long bytesWritten, long contentLength, boolean don
3882438824
}
3882538825
/**
3882638826
* Build call for postSplitRangePdfDocument
38827-
* @param name (required)
38828-
* @param options (required)
38829-
* @param storage (optional)
38830-
* @param folder (optional)
38827+
* @param name The document name. (required)
38828+
* @param options The splitting options. (required)
38829+
* @param storage The document storage. (optional)
38830+
* @param folder The document folder. (optional)
3883138831
* @param progressListener Progress listener
3883238832
* @param progressRequestListener Progress request listener
3883338833
* @return Call to execute
@@ -38899,12 +38899,12 @@ private com.squareup.okhttp.Call postSplitRangePdfDocumentValidateBeforeCall(Str
3889938899
}
3890038900

3890138901
/**
38902+
* Split document into ranges.
3890238903
*
38903-
*
38904-
* @param name (required)
38905-
* @param options (required)
38906-
* @param storage (optional)
38907-
* @param folder (optional)
38904+
* @param name The document name. (required)
38905+
* @param options The splitting options. (required)
38906+
* @param storage The document storage. (optional)
38907+
* @param folder The document folder. (optional)
3890838908
* @return SplitResultResponse
3890938909
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
3891038910
*/
@@ -38927,12 +38927,12 @@ public SplitResultResponse postSplitRangePdfDocument(String name, SplitRangePdfO
3892738927
}
3892838928

3892938929
/**
38930+
* Split document into ranges.
3893038931
*
38931-
*
38932-
* @param name (required)
38933-
* @param options (required)
38934-
* @param storage (optional)
38935-
* @param folder (optional)
38932+
* @param name The document name. (required)
38933+
* @param options The splitting options. (required)
38934+
* @param storage The document storage. (optional)
38935+
* @param folder The document folder. (optional)
3893638936
* @return ApiResponse<SplitResultResponse>
3893738937
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
3893838938
*/
@@ -38943,12 +38943,12 @@ public ApiResponse<SplitResultResponse> postSplitRangePdfDocumentWithHttpInfo(St
3894338943
}
3894438944

3894538945
/**
38946-
* (asynchronously)
38946+
* Split document into ranges. (asynchronously)
3894738947
*
38948-
* @param name (required)
38949-
* @param options (required)
38950-
* @param storage (optional)
38951-
* @param folder (optional)
38948+
* @param name The document name. (required)
38949+
* @param options The splitting options. (required)
38950+
* @param storage The document storage. (optional)
38951+
* @param folder The document folder. (optional)
3895238952
* @param callback The callback to be executed when the API call finishes
3895338953
* @return The request call
3895438954
* @throws ApiException If fail to process the API call, e.g. serializing the request body object

sdk/src/main/java/com/aspose/asposecloudpdfandroid/model/SplitRangePdfOptions.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@
3636
import java.util.List;
3737

3838
/**
39-
* SplitRangePdfOptions
39+
* Represents Pdf split into ranges options.
4040
*/
41+
@ApiModel(description = "Represents Pdf split into ranges options.")
4142

4243
public class SplitRangePdfOptions {
4344
@SerializedName("PageRanges")

0 commit comments

Comments
 (0)