Skip to content

Commit 99f1414

Browse files
authored
Merge pull request #76 from aspose-pdf-cloud/develop
update to 24.12
2 parents 789922c + e8a2a1b commit 99f1414

File tree

7 files changed

+16
-13
lines changed

7 files changed

+16
-13
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ 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 24.11
34-
- Add DocRecognitionMode EnhancedFlow mode.
33+
## Enhancements in Version 24.12
34+
- Add support for PDF to PDF 3B conversion.
3535
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
3636

3737
## Installation
@@ -56,7 +56,7 @@ Add this dependency to your project's POM:
5656
<dependency>
5757
<groupId>com.aspose</groupId>
5858
<artifactId>aspose-cloud-pdf</artifactId>
59-
<version>24.11.0</version>
59+
<version>24.12.0</version>
6060
<scope>compile</scope>
6161
</dependency>
6262
```
@@ -65,7 +65,7 @@ Add this dependency to your project's POM:
6565
Add this dependency to your project's build file:
6666

6767
```groovy
68-
compile "com.aspose:aspose-cloud-pdf:24.11.0"
68+
compile "com.aspose:aspose-cloud-pdf:24.12.0"
6969
```
7070

7171
### Others
@@ -75,7 +75,7 @@ At first generate the JAR by executing:
7575

7676
Then manually install the following JARs:
7777

78-
* target/aspose-cloud-pdf-24.11.0.jar
78+
* target/aspose-cloud-pdf-24.12.0.jar
7979
* target/lib/*.jar
8080

8181
## 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 = '24.11.0'
23+
version = '24.12.0'
2424

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Allows to specify PdfA file format.
88
**PDFA1A** | Pdf/A-1a format
99
**PDFA1B** | Pdf/A-1b format
1010
**PDFA3A** | Pdf/A-3a format
11+
**PDFA3B** | Pdf/A-3b format
1112

1213

1314
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/PdfApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3970,7 +3970,7 @@ Converts PDF document (located on storage) to PdfA format and returns resulting
39703970
Name | Type | Description | Notes
39713971
------------- | ------------- | ------------- | -------------
39723972
**name** | **String**| The document name. |
3973-
**type** | **String**| Type of PdfA format. | [enum: PDFA1A, PDFA1B, PDFA3A]
3973+
**type** | **String**| Type of PdfA format. | [enum: PDFA1A, PDFA1B, PDFA3A, PDFA3B]
39743974
**folder** | **String**| The document folder. | [optional]
39753975
**storage** | **String**| The document storage. | [optional]
39763976
**password** | **String**| The password (Base64). | [optional]
@@ -8200,7 +8200,7 @@ Converts PDF document (in request content) to PdfA format and uploads resulting
82008200
Name | Type | Description | Notes
82018201
------------- | ------------- | ------------- | -------------
82028202
**outPath** | **String**| Full resulting filename (ex. /folder1/folder2/result.pdf) |
8203-
**type** | **String**| Type of PdfA format. | [enum: PDFA1A, PDFA1B, PDFA3A]
8203+
**type** | **String**| Type of PdfA format. | [enum: PDFA1A, PDFA1B, PDFA3A, PDFA3B]
82048204
**storage** | **String**| The document storage. | [optional]
82058205
**password** | **String**| The password (Base64). | [optional]
82068206
**file** | **File**| A file to be converted. | [optional]
@@ -8575,7 +8575,7 @@ Name | Type | Description | Notes
85758575
------------- | ------------- | ------------- | -------------
85768576
**name** | **String**| The document name. |
85778577
**outPath** | **String**| Full resulting filename (ex. /folder1/folder2/result.pdf) |
8578-
**type** | **String**| Type of PdfA format. | [enum: PDFA1A, PDFA1B, PDFA3A]
8578+
**type** | **String**| Type of PdfA format. | [enum: PDFA1A, PDFA1B, PDFA3A, PDFA3B]
85798579
**folder** | **String**| The document folder. | [optional]
85808580
**storage** | **String**| The document storage. | [optional]
85818581
**password** | **String**| The password (Base64). | [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>24.11.0</version>
9+
<version>24.12.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
@@ -94,7 +94,7 @@ public ApiClient() {
9494

9595
// Add custom headers
9696
addDefaultHeader("x-aspose-client", "java sdk");
97-
addDefaultHeader("x-aspose-client-version", "24.11.0");
97+
addDefaultHeader("x-aspose-client-version", "24.12.0");
9898

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

src/main/java/com/aspose/asposecloudpdf/model/PdfAType.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ public enum PdfAType {
4242

4343
PDFA1B("PDFA1B"),
4444

45-
PDFA3A("PDFA3A");
45+
PDFA3A("PDFA3A"),
46+
47+
PDFA3B("PDFA3B");
4648

4749
private String value;
4850

0 commit comments

Comments
 (0)