Skip to content

Commit 822ae1c

Browse files
authored
Merge pull request #80 from aspose-pdf-cloud/develop
update to 24.12
2 parents 8cea58b + d46cf91 commit 822ae1c

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

README.md

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

3636
## Requirements
@@ -58,7 +58,7 @@ Add this dependency to your project's POM:
5858
<dependency>
5959
<groupId>com.aspose</groupId>
6060
<artifactId>aspose-pdf-cloud-android</artifactId>
61-
<version>24.11.0</version>
61+
<version>24.12.0</version>
6262
<scope>compile</scope>
6363
</dependency>
6464
```
@@ -67,7 +67,7 @@ Add this dependency to your project's POM:
6767
Add this dependency to your project's build file:
6868

6969
```groovy
70-
compile "com.aspose:aspose-pdf-cloud-android:24.11.0"
70+
compile "com.aspose:aspose-pdf-cloud-android:24.12.0"
7171
```
7272

7373
### Others
@@ -77,7 +77,7 @@ At first generate the JAR by executing:
7777

7878
Then manually install the following JARs:
7979

80-
* target/aspose-pdf-cloud-android-24.11.0.jar
80+
* target/aspose-pdf-cloud-android-24.12.0.jar
8181
* target/lib/*.jar
8282

8383
## Getting Started

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 = '24.11.0'
23+
version = '24.12.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 = '24.11.0'
103+
publishVersion = '24.12.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/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)

sdk/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]

sdk/src/main/java/com/aspose/asposecloudpdfandroid/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", "android 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);

sdk/src/main/java/com/aspose/asposecloudpdfandroid/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)