Skip to content

Commit 55aca59

Browse files
authored
Merge pull request #50 from aspose-pdf-cloud/develop
update to 22.10
2 parents da491e5 + b809e7f commit 55aca59

File tree

13 files changed

+789
-202
lines changed

13 files changed

+789
-202
lines changed

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,16 @@ 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.9
33+
## Enhancements in Version 22.10
34+
- Convert password protected PDF to DOC.
35+
- Support to convert password protected document to graphic formats.
36+
- Support to convert pages of password protected PDF to JPEG using GetPageConvertToJpeg.
37+
- Add new REST API endpoint to parse PDF document into PDF parts containing specified page ranges.
3438
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
3539

40+
## Bugs fixed in Version 22.10
41+
- The PostSplitDocument API method is throwing 504 Gateway Error.
42+
3643
## Installation
3744
To install the API client library to your local Maven repository, simply execute:
3845

@@ -55,7 +62,7 @@ Add this dependency to your project's POM:
5562
<dependency>
5663
<groupId>com.aspose</groupId>
5764
<artifactId>aspose-cloud-pdf</artifactId>
58-
<version>22.9.0</version>
65+
<version>22.10.0</version>
5966
<scope>compile</scope>
6067
</dependency>
6168
```
@@ -64,7 +71,7 @@ Add this dependency to your project's POM:
6471
Add this dependency to your project's build file:
6572

6673
```groovy
67-
compile "com.aspose:aspose-cloud-pdf:22.9.0"
74+
compile "com.aspose:aspose-cloud-pdf:22.10.0"
6875
```
6976

7077
### Others
@@ -75,7 +82,7 @@ At first generate the JAR by executing:
7582

7683
Then manually install the following JARs:
7784

78-
* target/aspose-cloud-pdf-22.9.0.jar
85+
* target/aspose-cloud-pdf-22.10.0.jar
7986
* target/lib/*.jar
8087

8188
## Getting Started
@@ -264,7 +271,7 @@ Class | Method | HTTP request | Description
264271
*PdfApi* | [**getPages**](docs/PdfApi.md#getPages) | **GET** /pdf/\{name}/pages | Read document pages info.
265272
*PdfApi* | [**getPclInStorageToPdf**](docs/PdfApi.md#getPclInStorageToPdf) | **GET** /pdf/create/pcl | Convert PCL file (located on storage) to PDF format and return resulting file in response.
266273
*PdfApi* | [**getPdfAInStorageToPdf**](docs/PdfApi.md#getPdfAInStorageToPdf) | **GET** /pdf/create/pdfa | Convert PDFA file (located on storage) to PDF format and return resulting file in response.
267-
*PdfApi* | [**getPdfInStorageToDoc**](docs/PdfApi.md#getPdfInStorageToDoc) | **GET** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and returns resulting file in response content
274+
*PdfApi* | [**getPdfInStorageToDoc**](docs/PdfApi.md#getPdfInStorageToDoc) | **GET** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and returns resulting file in response content.
268275
*PdfApi* | [**getPdfInStorageToEpub**](docs/PdfApi.md#getPdfInStorageToEpub) | **GET** /pdf/\{name}/convert/epub | Converts PDF document (located on storage) to EPUB format and returns resulting file in response content
269276
*PdfApi* | [**getPdfInStorageToHtml**](docs/PdfApi.md#getPdfInStorageToHtml) | **GET** /pdf/\{name}/convert/html | Converts PDF document (located on storage) to Html format and returns resulting file in response content
270277
*PdfApi* | [**getPdfInStorageToMobiXml**](docs/PdfApi.md#getPdfInStorageToMobiXml) | **GET** /pdf/\{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and returns resulting ZIP archive file in response content.
@@ -365,6 +372,7 @@ Class | Method | HTTP request | Description
365372
*PdfApi* | [**postSignPage**](docs/PdfApi.md#postSignPage) | **POST** /pdf/\{name}/pages/\{pageNumber}/sign | Sign page.
366373
*PdfApi* | [**postSignatureField**](docs/PdfApi.md#postSignatureField) | **POST** /pdf/\{name}/fields/signature | Add document signature field.
367374
*PdfApi* | [**postSplitDocument**](docs/PdfApi.md#postSplitDocument) | **POST** /pdf/\{name}/split | Split document to parts.
375+
*PdfApi* | [**postSplitRangePdfDocument**](docs/PdfApi.md#postSplitRangePdfDocument) | **POST** /pdf/\{name}/splitrangepdf |
368376
*PdfApi* | [**postTextBoxFields**](docs/PdfApi.md#postTextBoxFields) | **POST** /pdf/\{name}/fields/textbox | Add document text box fields.
369377
*PdfApi* | [**putAddNewPage**](docs/PdfApi.md#putAddNewPage) | **PUT** /pdf/\{name}/pages | Add new page to end of the document.
370378
*PdfApi* | [**putAddText**](docs/PdfApi.md#putAddText) | **PUT** /pdf/\{name}/pages/\{pageNumber}/text | Add text to PDF document page.
@@ -431,7 +439,7 @@ Class | Method | HTTP request | Description
431439
*PdfApi* | [**putPdfInRequestToXlsx**](docs/PdfApi.md#putPdfInRequestToXlsx) | **PUT** /pdf/convert/xlsx | Converts PDF document (in request content) to XLSX format and uploads resulting file to storage.
432440
*PdfApi* | [**putPdfInRequestToXml**](docs/PdfApi.md#putPdfInRequestToXml) | **PUT** /pdf/convert/xml | Converts PDF document (in request content) to XML format and uploads resulting file to storage.
433441
*PdfApi* | [**putPdfInRequestToXps**](docs/PdfApi.md#putPdfInRequestToXps) | **PUT** /pdf/convert/xps | Converts PDF document (in request content) to XPS format and uploads resulting file to storage.
434-
*PdfApi* | [**putPdfInStorageToDoc**](docs/PdfApi.md#putPdfInStorageToDoc) | **PUT** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and uploads resulting file to storage
442+
*PdfApi* | [**putPdfInStorageToDoc**](docs/PdfApi.md#putPdfInStorageToDoc) | **PUT** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and uploads resulting file to storage.
435443
*PdfApi* | [**putPdfInStorageToEpub**](docs/PdfApi.md#putPdfInStorageToEpub) | **PUT** /pdf/\{name}/convert/epub | Converts PDF document (located on storage) to EPUB format and uploads resulting file to storage
436444
*PdfApi* | [**putPdfInStorageToHtml**](docs/PdfApi.md#putPdfInStorageToHtml) | **PUT** /pdf/\{name}/convert/html | Converts PDF document (located on storage) to Html format and uploads resulting file to storage
437445
*PdfApi* | [**putPdfInStorageToMobiXml**](docs/PdfApi.md#putPdfInStorageToMobiXml) | **PUT** /pdf/\{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and uploads resulting ZIP archive file to storage
@@ -553,6 +561,7 @@ Class | Method | HTTP request | Description
553561
- [OutputFormat](docs/OutputFormat.md)
554562
- [PageLayout](docs/PageLayout.md)
555563
- [PageMode](docs/PageMode.md)
564+
- [PageRange](docs/PageRange.md)
556565
- [PageWordCount](docs/PageWordCount.md)
557566
- [Paragraph](docs/Paragraph.md)
558567
- [PartsEmbeddingModes](docs/PartsEmbeddingModes.md)
@@ -573,6 +582,7 @@ Class | Method | HTTP request | Description
573582
- [SignatureType](docs/SignatureType.md)
574583
- [SoundEncoding](docs/SoundEncoding.md)
575584
- [SoundIcon](docs/SoundIcon.md)
585+
- [SplitRangePdfOptions](docs/SplitRangePdfOptions.md)
576586
- [SplitResult](docs/SplitResult.md)
577587
- [Stamp](docs/Stamp.md)
578588
- [StampIcon](docs/StampIcon.md)

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.9.0'
23+
version = '22.10.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.9.0'
87+
publishVersion = '22.10.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/PageRange.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# PageRange
3+
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**from** | **Integer** | | [optional]
9+
**to** | **Integer** | | [optional]
10+
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+
14+

0 commit comments

Comments
 (0)