Skip to content

Commit 5e052a1

Browse files
authored
Merge pull request #61 from aspose-pdf-cloud/develop
update to 23.9
2 parents 9f088ed + d4cc224 commit 5e052a1

File tree

7 files changed

+69
-52
lines changed

7 files changed

+69
-52
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +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 23.8
34-
- Support to split password protected PDF documents.
35-
- Support to convert password Protected PDF to Xlsx.
36-
- Support to convert password Protected PDF to Excel.
37-
- Replace a single image using multiple Image Ids.
33+
## Enhancements in Version 23.9
34+
- Support to convert password protected PDF documents to PDFA.
3835
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
3936

40-
## Bugs fixed in Version 23.8
41-
- The putMergeDocuments API method in Node.js Throws Gateway Error.
42-
- Text Replacement Changes the Background.
37+
## Bugs fixed in Version 23.9
38+
- Rotate Property not working with FreeTextAnnotation.
39+
- PutAnnotationsFlatten not working correctly when passing multiple annotation types.
4340

4441
## Installation
4542
To install the API client library to your local Maven repository, simply execute:
@@ -63,7 +60,7 @@ Add this dependency to your project's POM:
6360
<dependency>
6461
<groupId>com.aspose</groupId>
6562
<artifactId>aspose-cloud-pdf</artifactId>
66-
<version>23.8.0</version>
63+
<version>23.9.0</version>
6764
<scope>compile</scope>
6865
</dependency>
6966
```
@@ -72,7 +69,7 @@ Add this dependency to your project's POM:
7269
Add this dependency to your project's build file:
7370

7471
```groovy
75-
compile "com.aspose:aspose-cloud-pdf:23.8.0"
72+
compile "com.aspose:aspose-cloud-pdf:23.9.0"
7673
```
7774

7875
### Others
@@ -82,7 +79,7 @@ At first generate the JAR by executing:
8279

8380
Then manually install the following JARs:
8481

85-
* target/aspose-cloud-pdf-23.8.0.jar
82+
* target/aspose-cloud-pdf-23.9.0.jar
8683
* target/lib/*.jar
8784

8885
## Getting Started

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 = '23.8.0'
23+
version = '23.9.0'
2424

2525
buildscript {
2626
repositories {
@@ -84,7 +84,7 @@ dependencies {
8484
publish {
8585
groupId = 'com.aspose'
8686
artifactId = 'aspose-pdf-cloud'
87-
publishVersion = '23.8.0'
87+
publishVersion = '23.9.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/PdfApi.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3859,7 +3859,7 @@ Name | Type | Description | Notes
38593859

38603860
<a name="getPdfInStorageToPdfA"></a>
38613861
# **getPdfInStorageToPdfA**
3862-
> File getPdfInStorageToPdfA(name, type, folder, storage)
3862+
> File getPdfInStorageToPdfA(name, type, folder, storage, password)
38633863
38643864
Converts PDF document (located on storage) to PdfA format and returns resulting file in response content
38653865

@@ -3871,6 +3871,7 @@ Name | Type | Description | Notes
38713871
**type** | **String**| Type of PdfA format. | [enum: PDFA1A, PDFA1B, PDFA3A]
38723872
**folder** | **String**| The document folder. | [optional]
38733873
**storage** | **String**| The document storage. | [optional]
3874+
**password** | **String**| The password (Base64). | [optional]
38743875

38753876
### Return type
38763877

@@ -7831,7 +7832,7 @@ Name | Type | Description | Notes
78317832

78327833
<a name="putPdfInRequestToPdfA"></a>
78337834
# **putPdfInRequestToPdfA**
7834-
> AsposeResponse putPdfInRequestToPdfA(outPath, type, storage, file)
7835+
> AsposeResponse putPdfInRequestToPdfA(outPath, type, storage, password, file)
78357836
78367837
Converts PDF document (in request content) to PdfA format and uploads resulting file to storage.
78377838

@@ -7842,6 +7843,7 @@ Name | Type | Description | Notes
78427843
**outPath** | **String**| Full resulting filename (ex. /folder1/folder2/result.pdf) |
78437844
**type** | **String**| Type of PdfA format. | [enum: PDFA1A, PDFA1B, PDFA3A]
78447845
**storage** | **String**| The document storage. | [optional]
7846+
**password** | **String**| The password (Base64). | [optional]
78457847
**file** | **File**| A file to be converted. | [optional]
78467848

78477849
### Return type
@@ -8203,7 +8205,7 @@ Name | Type | Description | Notes
82038205

82048206
<a name="putPdfInStorageToPdfA"></a>
82058207
# **putPdfInStorageToPdfA**
8206-
> AsposeResponse putPdfInStorageToPdfA(name, outPath, type, folder, storage)
8208+
> AsposeResponse putPdfInStorageToPdfA(name, outPath, type, folder, storage, password)
82078209
82088210
Converts PDF document (located on storage) to PdfA format and uploads resulting file to storage
82098211

@@ -8216,6 +8218,7 @@ Name | Type | Description | Notes
82168218
**type** | **String**| Type of PdfA format. | [enum: PDFA1A, PDFA1B, PDFA3A]
82178219
**folder** | **String**| The document folder. | [optional]
82188220
**storage** | **String**| The document storage. | [optional]
8221+
**password** | **String**| The password (Base64). | [optional]
82198222

82208223
### Return type
82218224

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>23.8.0</version>
9+
<version>23.9.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", "23.8.0");
95+
addDefaultHeader("x-aspose-client-version", "23.9.0");
9696

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

0 commit comments

Comments
 (0)