Skip to content

Commit 0dd7cfd

Browse files
Merge pull request #42 from aspose-pdf-cloud/develop
update to 22.2
2 parents 8acd622 + b4eedeb commit 0dd7cfd

File tree

8 files changed

+45
-411
lines changed

8 files changed

+45
-411
lines changed

README.md

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

33-
## Enhancements in Version 22.1
33+
## Enhancements in Version 22.2
3434
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .Net.
3535

36+
## Bugs fixed in Version 22.2
37+
- PDF to XLSX: Google sheet does not recognize output excel sheet.
38+
- Text Replace API method throws Internal Error.
39+
3640
## Enhancements in Version 20.9
3741
* Implemented custom fonts for Text API.
3842
* Added custom fonts for Table API.
@@ -62,7 +66,7 @@ Add this dependency to your project's POM:
6266
<dependency>
6367
<groupId>com.aspose</groupId>
6468
<artifactId>aspose-cloud-pdf</artifactId>
65-
<version>22.1.0</version>
69+
<version>22.2.0</version>
6670
<scope>compile</scope>
6771
</dependency>
6872
```
@@ -71,7 +75,7 @@ Add this dependency to your project's POM:
7175
Add this dependency to your project's build file:
7276

7377
```groovy
74-
compile "com.aspose:aspose-cloud-pdf:22.1.0"
78+
compile "com.aspose:aspose-cloud-pdf:22.2.0"
7579
```
7680

7781
### Others
@@ -82,7 +86,7 @@ At first generate the JAR by executing:
8286

8387
Then manually install the following JARs:
8488

85-
* target/aspose-cloud-pdf-22.1.0.jar
89+
* target/aspose-cloud-pdf-22.2.0.jar
8690
* target/lib/*.jar
8791

8892
## Getting Started
@@ -223,7 +227,6 @@ Class | Method | HTTP request | Description
223227
*PdfApi* | [**getImportFieldsFromXfdfInStorage**](docs/PdfApi.md#getImportFieldsFromXfdfInStorage) | **GET** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage.
224228
*PdfApi* | [**getImportFieldsFromXmlInStorage**](docs/PdfApi.md#getImportFieldsFromXmlInStorage) | **GET** /pdf/\{name}/import/xml | Import from XML file (located on storage) to PDF format and return resulting file in response.
225229
*PdfApi* | [**getInkAnnotation**](docs/PdfApi.md#getInkAnnotation) | **GET** /pdf/\{name}/annotations/ink/\{annotationId} | Read document page ink annotation by ID.
226-
*PdfApi* | [**getLaTeXInStorageToPdf**](docs/PdfApi.md#getLaTeXInStorageToPdf) | **GET** /pdf/create/latex | Convert TeX file (located on storage) to PDF format and return resulting file in response.
227230
*PdfApi* | [**getLineAnnotation**](docs/PdfApi.md#getLineAnnotation) | **GET** /pdf/\{name}/annotations/line/\{annotationId} | Read document page line annotation by ID.
228231
*PdfApi* | [**getLinkAnnotation**](docs/PdfApi.md#getLinkAnnotation) | **GET** /pdf/\{name}/links/\{linkId} | Read document link annotation by ID.
229232
*PdfApi* | [**getListBoxField**](docs/PdfApi.md#getListBoxField) | **GET** /pdf/\{name}/fields/listbox/\{fieldName} | Read document listbox field by name.
@@ -410,7 +413,6 @@ Class | Method | HTTP request | Description
410413
*PdfApi* | [**putImportFieldsFromXfdfInStorage**](docs/PdfApi.md#putImportFieldsFromXfdfInStorage) | **PUT** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage.
411414
*PdfApi* | [**putImportFieldsFromXmlInStorage**](docs/PdfApi.md#putImportFieldsFromXmlInStorage) | **PUT** /pdf/\{name}/import/xml | Update fields from XML file in storage.
412415
*PdfApi* | [**putInkAnnotation**](docs/PdfApi.md#putInkAnnotation) | **PUT** /pdf/\{name}/annotations/ink/\{annotationId} | Replace document ink annotation
413-
*PdfApi* | [**putLaTeXInStorageToPdf**](docs/PdfApi.md#putLaTeXInStorageToPdf) | **PUT** /pdf/\{name}/create/latex | Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
414416
*PdfApi* | [**putLineAnnotation**](docs/PdfApi.md#putLineAnnotation) | **PUT** /pdf/\{name}/annotations/line/\{annotationId} | Replace document line annotation
415417
*PdfApi* | [**putLinkAnnotation**](docs/PdfApi.md#putLinkAnnotation) | **PUT** /pdf/\{name}/links/\{linkId} | Replace document page link annotations
416418
*PdfApi* | [**putListBoxField**](docs/PdfApi.md#putListBoxField) | **PUT** /pdf/\{name}/fields/listbox/\{fieldName} | Replace document listbox field

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.1.0'
23+
version = '22.2.0'
2424

2525
buildscript {
2626
repositories {
@@ -84,7 +84,7 @@ dependencies {
8484
publish {
8585
groupId = 'com.aspose'
8686
artifactId = 'aspose-pdf-cloud'
87-
publishVersion = '22.1.0'
87+
publishVersion = '22.2.0'
8888
desc = 'Aspose.PDF Cloud is a REST API for creating and editing PDF files. Most popular features proposed by Aspose.PDF Cloud: PDF to Word, Convert PDF to Image, Merge PDF, Split PDF, Add Images to PDF, Rotate PDF. 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.'
8989
licences = ['MIT']
9090
website = 'https://products.aspose.cloud/pdf/cloud'

docs/DocumentProperty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pdf document property.
55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**name** | **String** | Pame of the property. | [optional]
8+
**name** | **String** | Name of the property. | [optional]
99
**value** | **String** | Property value. | [optional]
1010
**builtIn** | **Boolean** | Value indicating whether it is a built-in property. |
1111
**links** | [**List&lt;Link&gt;**](Link.md) | Link to the document. | [optional]

docs/PdfApi.md

Lines changed: 6 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ Method | HTTP request | Description
9797
[**getImportFieldsFromXfdfInStorage**](PdfApi.md#getImportFieldsFromXfdfInStorage) | **GET** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage.
9898
[**getImportFieldsFromXmlInStorage**](PdfApi.md#getImportFieldsFromXmlInStorage) | **GET** /pdf/\{name}/import/xml | Import from XML file (located on storage) to PDF format and return resulting file in response.
9999
[**getInkAnnotation**](PdfApi.md#getInkAnnotation) | **GET** /pdf/\{name}/annotations/ink/\{annotationId} | Read document page ink annotation by ID.
100-
[**getLaTeXInStorageToPdf**](PdfApi.md#getLaTeXInStorageToPdf) | **GET** /pdf/create/latex | Convert TeX file (located on storage) to PDF format and return resulting file in response.
101100
[**getLineAnnotation**](PdfApi.md#getLineAnnotation) | **GET** /pdf/\{name}/annotations/line/\{annotationId} | Read document page line annotation by ID.
102101
[**getLinkAnnotation**](PdfApi.md#getLinkAnnotation) | **GET** /pdf/\{name}/links/\{linkId} | Read document link annotation by ID.
103102
[**getListBoxField**](PdfApi.md#getListBoxField) | **GET** /pdf/\{name}/fields/listbox/\{fieldName} | Read document listbox field by name.
@@ -284,7 +283,6 @@ Method | HTTP request | Description
284283
[**putImportFieldsFromXfdfInStorage**](PdfApi.md#putImportFieldsFromXfdfInStorage) | **PUT** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage.
285284
[**putImportFieldsFromXmlInStorage**](PdfApi.md#putImportFieldsFromXmlInStorage) | **PUT** /pdf/\{name}/import/xml | Update fields from XML file in storage.
286285
[**putInkAnnotation**](PdfApi.md#putInkAnnotation) | **PUT** /pdf/\{name}/annotations/ink/\{annotationId} | Replace document ink annotation
287-
[**putLaTeXInStorageToPdf**](PdfApi.md#putLaTeXInStorageToPdf) | **PUT** /pdf/\{name}/create/latex | Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
288286
[**putLineAnnotation**](PdfApi.md#putLineAnnotation) | **PUT** /pdf/\{name}/annotations/line/\{annotationId} | Replace document line annotation
289287
[**putLinkAnnotation**](PdfApi.md#putLinkAnnotation) | **PUT** /pdf/\{name}/links/\{linkId} | Replace document page link annotations
290288
[**putListBoxField**](PdfApi.md#putListBoxField) | **PUT** /pdf/\{name}/fields/listbox/\{fieldName} | Replace document listbox field
@@ -2554,28 +2552,6 @@ Name | Type | Description | Notes
25542552
- **Content-Type**: application/json
25552553
- **Accept**: application/json
25562554

2557-
<a name="getLaTeXInStorageToPdf"></a>
2558-
# **getLaTeXInStorageToPdf**
2559-
> File getLaTeXInStorageToPdf(srcPath, storage)
2560-
2561-
Convert TeX file (located on storage) to PDF format and return resulting file in response.
2562-
2563-
### Parameters
2564-
2565-
Name | Type | Description | Notes
2566-
------------- | ------------- | ------------- | -------------
2567-
**srcPath** | **String**| Full source filename (ex. /folder1/folder2/template.tex) |
2568-
**storage** | **String**| The document storage. | [optional]
2569-
2570-
### Return type
2571-
2572-
**File**
2573-
2574-
### HTTP request headers
2575-
2576-
- **Content-Type**: application/json
2577-
- **Accept**: multipart/form-data
2578-
25792555
<a name="getLineAnnotation"></a>
25802556
# **getLineAnnotation**
25812557
> LineAnnotationResponse getLineAnnotation(name, annotationId, storage, folder)
@@ -4017,7 +3993,7 @@ Name | Type | Description | Notes
40173993
**name** | **String**| The document name. |
40183994
**insertBlankColumnAtFirst** | **Boolean**| Insert blank column at first | [optional]
40193995
**minimizeTheNumberOfWorksheets** | **Boolean**| Minimize the number of worksheets | [optional]
4020-
**scaleFactor** | **Double**| Scale factor | [optional]
3996+
**scaleFactor** | **Double**| Scale factor (Obsolete) | [optional]
40213997
**uniformWorksheets** | **Boolean**| Uniform worksheets | [optional]
40223998
**folder** | **String**| The document folder. | [optional]
40233999
**storage** | **String**| The document storage. | [optional]
@@ -4044,7 +4020,7 @@ Name | Type | Description | Notes
40444020
**name** | **String**| The document name. |
40454021
**insertBlankColumnAtFirst** | **Boolean**| Insert blank column at first | [optional]
40464022
**minimizeTheNumberOfWorksheets** | **Boolean**| Minimize the number of worksheets | [optional]
4047-
**scaleFactor** | **Double**| Scale factor | [optional]
4023+
**scaleFactor** | **Double**| Scale factor (Obsolete) | [optional]
40484024
**uniformWorksheets** | **Boolean**| Uniform worksheets | [optional]
40494025
**folder** | **String**| The document folder. | [optional]
40504026
**storage** | **String**| The document storage. | [optional]
@@ -7214,30 +7190,6 @@ Name | Type | Description | Notes
72147190

72157191
[**InkAnnotationResponse**](InkAnnotationResponse.md)
72167192

7217-
### HTTP request headers
7218-
7219-
- **Content-Type**: application/json
7220-
- **Accept**: application/json
7221-
7222-
<a name="putLaTeXInStorageToPdf"></a>
7223-
# **putLaTeXInStorageToPdf**
7224-
> AsposeResponse putLaTeXInStorageToPdf(name, srcPath, dstFolder, storage)
7225-
7226-
Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
7227-
7228-
### Parameters
7229-
7230-
Name | Type | Description | Notes
7231-
------------- | ------------- | ------------- | -------------
7232-
**name** | **String**| The document name. |
7233-
**srcPath** | **String**| Full source filename (ex. /folder1/folder2/template.tex) |
7234-
**dstFolder** | **String**| The destination document folder. | [optional]
7235-
**storage** | **String**| The document storage. | [optional]
7236-
7237-
### Return type
7238-
7239-
[**AsposeResponse**](AsposeResponse.md)
7240-
72417193
### HTTP request headers
72427194

72437195
- **Content-Type**: application/json
@@ -7928,7 +7880,7 @@ Name | Type | Description | Notes
79287880
**outPath** | **String**| Full resulting filename (ex. /folder1/folder2/result.xls) |
79297881
**insertBlankColumnAtFirst** | **Boolean**| Insert blank column at first | [optional]
79307882
**minimizeTheNumberOfWorksheets** | **Boolean**| Minimize the number of worksheets | [optional]
7931-
**scaleFactor** | **Double**| Scale factor | [optional]
7883+
**scaleFactor** | **Double**| Scale factor (Obsolete) | [optional]
79327884
**uniformWorksheets** | **Boolean**| Uniform worksheets | [optional]
79337885
**storage** | **String**| The document storage. | [optional]
79347886
**file** | **File**| A file to be converted. | [optional]
@@ -7955,7 +7907,7 @@ Name | Type | Description | Notes
79557907
**outPath** | **String**| Full resulting filename (ex. /folder1/folder2/result.xlsx) |
79567908
**insertBlankColumnAtFirst** | **Boolean**| Insert blank column at first | [optional]
79577909
**minimizeTheNumberOfWorksheets** | **Boolean**| Minimize the number of worksheets | [optional]
7958-
**scaleFactor** | **Double**| Scale factor | [optional]
7910+
**scaleFactor** | **Double**| Scale factor (Obsolete) | [optional]
79597911
**uniformWorksheets** | **Boolean**| Uniform worksheets | [optional]
79607912
**storage** | **String**| The document storage. | [optional]
79617913
**file** | **File**| A file to be converted. | [optional]
@@ -8302,7 +8254,7 @@ Name | Type | Description | Notes
83028254
**outPath** | **String**| Full resulting filename (ex. /folder1/folder2/result.xls) |
83038255
**insertBlankColumnAtFirst** | **Boolean**| Insert blank column at first | [optional]
83048256
**minimizeTheNumberOfWorksheets** | **Boolean**| Minimize the number of worksheets | [optional]
8305-
**scaleFactor** | **Double**| Scale factor | [optional]
8257+
**scaleFactor** | **Double**| Scale factor (Obsolete) | [optional]
83068258
**uniformWorksheets** | **Boolean**| Uniform worksheets | [optional]
83078259
**folder** | **String**| The document folder. | [optional]
83088260
**storage** | **String**| The document storage. | [optional]
@@ -8330,7 +8282,7 @@ Name | Type | Description | Notes
83308282
**outPath** | **String**| Full resulting filename (ex. /folder1/folder2/result.xlsx) |
83318283
**insertBlankColumnAtFirst** | **Boolean**| Insert blank column at first | [optional]
83328284
**minimizeTheNumberOfWorksheets** | **Boolean**| Minimize the number of worksheets | [optional]
8333-
**scaleFactor** | **Double**| Scale factor | [optional]
8285+
**scaleFactor** | **Double**| Scale factor (Obsolete) | [optional]
83348286
**uniformWorksheets** | **Boolean**| Uniform worksheets | [optional]
83358287
**folder** | **String**| The document folder. | [optional]
83368288
**storage** | **String**| The document storage. | [optional]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>aspose-pdf-cloud</artifactId>
77
<packaging>jar</packaging>
88
<name>aspose-pdf-cloud</name>
9-
<version>22.1.0</version>
9+
<version>22.2.0</version>
1010
<url>https://www.aspose.cloud/</url>
1111
<description>Aspose.PDF Cloud is a REST API for creating and editing PDF files.
1212
Most popular features proposed by Aspose.PDF Cloud: PDF to Word, Convert PDF to Image, Merge PDF, Split PDF, Add Images to PDF, Rotate PDF.

src/main/java/com/aspose/asposecloudpdf/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", "java sdk");
95-
addDefaultHeader("x-aspose-client-version", "22.1.0");
95+
addDefaultHeader("x-aspose-client-version", "22.2.0");
9696

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

0 commit comments

Comments
 (0)