Skip to content

Commit ca280c0

Browse files
update to 22.10
1 parent d75297b commit ca280c0

File tree

13 files changed

+629
-53
lines changed

13 files changed

+629
-53
lines changed

README.md

Lines changed: 13 additions & 3 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
## Requirements.
3744
Python 2.7 and 3.4+
3845

@@ -226,7 +233,7 @@ Class | Method | HTTP request | Description
226233
*PdfApi* | [**get_pages**](docs/PdfApi.md#get_pages) | **GET** /pdf/\{name}/pages | Read document pages info.
227234
*PdfApi* | [**get_pcl_in_storage_to_pdf**](docs/PdfApi.md#get_pcl_in_storage_to_pdf) | **GET** /pdf/create/pcl | Convert PCL file (located on storage) to PDF format and return resulting file in response.
228235
*PdfApi* | [**get_pdf_a_in_storage_to_pdf**](docs/PdfApi.md#get_pdf_a_in_storage_to_pdf) | **GET** /pdf/create/pdfa | Convert PDFA file (located on storage) to PDF format and return resulting file in response.
229-
*PdfApi* | [**get_pdf_in_storage_to_doc**](docs/PdfApi.md#get_pdf_in_storage_to_doc) | **GET** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and returns resulting file in response content
236+
*PdfApi* | [**get_pdf_in_storage_to_doc**](docs/PdfApi.md#get_pdf_in_storage_to_doc) | **GET** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and returns resulting file in response content.
230237
*PdfApi* | [**get_pdf_in_storage_to_epub**](docs/PdfApi.md#get_pdf_in_storage_to_epub) | **GET** /pdf/\{name}/convert/epub | Converts PDF document (located on storage) to EPUB format and returns resulting file in response content
231238
*PdfApi* | [**get_pdf_in_storage_to_html**](docs/PdfApi.md#get_pdf_in_storage_to_html) | **GET** /pdf/\{name}/convert/html | Converts PDF document (located on storage) to Html format and returns resulting file in response content
232239
*PdfApi* | [**get_pdf_in_storage_to_mobi_xml**](docs/PdfApi.md#get_pdf_in_storage_to_mobi_xml) | **GET** /pdf/\{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and returns resulting ZIP archive file in response content.
@@ -327,6 +334,7 @@ Class | Method | HTTP request | Description
327334
*PdfApi* | [**post_sign_page**](docs/PdfApi.md#post_sign_page) | **POST** /pdf/\{name}/pages/\{pageNumber}/sign | Sign page.
328335
*PdfApi* | [**post_signature_field**](docs/PdfApi.md#post_signature_field) | **POST** /pdf/\{name}/fields/signature | Add document signature field.
329336
*PdfApi* | [**post_split_document**](docs/PdfApi.md#post_split_document) | **POST** /pdf/\{name}/split | Split document to parts.
337+
*PdfApi* | [**post_split_range_pdf_document**](docs/PdfApi.md#post_split_range_pdf_document) | **POST** /pdf/\{name}/splitrangepdf |
330338
*PdfApi* | [**post_text_box_fields**](docs/PdfApi.md#post_text_box_fields) | **POST** /pdf/\{name}/fields/textbox | Add document text box fields.
331339
*PdfApi* | [**put_add_new_page**](docs/PdfApi.md#put_add_new_page) | **PUT** /pdf/\{name}/pages | Add new page to end of the document.
332340
*PdfApi* | [**put_add_text**](docs/PdfApi.md#put_add_text) | **PUT** /pdf/\{name}/pages/\{pageNumber}/text | Add text to PDF document page.
@@ -393,7 +401,7 @@ Class | Method | HTTP request | Description
393401
*PdfApi* | [**put_pdf_in_request_to_xlsx**](docs/PdfApi.md#put_pdf_in_request_to_xlsx) | **PUT** /pdf/convert/xlsx | Converts PDF document (in request content) to XLSX format and uploads resulting file to storage.
394402
*PdfApi* | [**put_pdf_in_request_to_xml**](docs/PdfApi.md#put_pdf_in_request_to_xml) | **PUT** /pdf/convert/xml | Converts PDF document (in request content) to XML format and uploads resulting file to storage.
395403
*PdfApi* | [**put_pdf_in_request_to_xps**](docs/PdfApi.md#put_pdf_in_request_to_xps) | **PUT** /pdf/convert/xps | Converts PDF document (in request content) to XPS format and uploads resulting file to storage.
396-
*PdfApi* | [**put_pdf_in_storage_to_doc**](docs/PdfApi.md#put_pdf_in_storage_to_doc) | **PUT** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and uploads resulting file to storage
404+
*PdfApi* | [**put_pdf_in_storage_to_doc**](docs/PdfApi.md#put_pdf_in_storage_to_doc) | **PUT** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and uploads resulting file to storage.
397405
*PdfApi* | [**put_pdf_in_storage_to_epub**](docs/PdfApi.md#put_pdf_in_storage_to_epub) | **PUT** /pdf/\{name}/convert/epub | Converts PDF document (located on storage) to EPUB format and uploads resulting file to storage
398406
*PdfApi* | [**put_pdf_in_storage_to_html**](docs/PdfApi.md#put_pdf_in_storage_to_html) | **PUT** /pdf/\{name}/convert/html | Converts PDF document (located on storage) to Html format and uploads resulting file to storage
399407
*PdfApi* | [**put_pdf_in_storage_to_mobi_xml**](docs/PdfApi.md#put_pdf_in_storage_to_mobi_xml) | **PUT** /pdf/\{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and uploads resulting ZIP archive file to storage
@@ -515,6 +523,7 @@ Class | Method | HTTP request | Description
515523
- [OutputFormat](docs/OutputFormat.md)
516524
- [PageLayout](docs/PageLayout.md)
517525
- [PageMode](docs/PageMode.md)
526+
- [PageRange](docs/PageRange.md)
518527
- [PageWordCount](docs/PageWordCount.md)
519528
- [Paragraph](docs/Paragraph.md)
520529
- [PartsEmbeddingModes](docs/PartsEmbeddingModes.md)
@@ -535,6 +544,7 @@ Class | Method | HTTP request | Description
535544
- [SignatureType](docs/SignatureType.md)
536545
- [SoundEncoding](docs/SoundEncoding.md)
537546
- [SoundIcon](docs/SoundIcon.md)
547+
- [SplitRangePdfOptions](docs/SplitRangePdfOptions.md)
538548
- [SplitResult](docs/SplitResult.md)
539549
- [Stamp](docs/Stamp.md)
540550
- [StampIcon](docs/StampIcon.md)

asposepdfcloud/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
from .models.output_format import OutputFormat
101101
from .models.page_layout import PageLayout
102102
from .models.page_mode import PageMode
103+
from .models.page_range import PageRange
103104
from .models.page_word_count import PageWordCount
104105
from .models.paragraph import Paragraph
105106
from .models.parts_embedding_modes import PartsEmbeddingModes
@@ -120,6 +121,7 @@
120121
from .models.signature_type import SignatureType
121122
from .models.sound_encoding import SoundEncoding
122123
from .models.sound_icon import SoundIcon
124+
from .models.split_range_pdf_options import SplitRangePdfOptions
123125
from .models.split_result import SplitResult
124126
from .models.stamp import Stamp
125127
from .models.stamp_icon import StampIcon

asposepdfcloud/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def __init__(self, app_key, app_sid, host=None):
8383
self.rest_client = RESTClientObject()
8484
self.default_headers = {}
8585
self.default_headers['x-aspose-client'] = 'python sdk'
86-
self.default_headers['x-aspose-client-version'] = '22.9.0'
86+
self.default_headers['x-aspose-client-version'] = '22.10.0'
8787

8888
self.app_key = app_key
8989
self.app_sid = app_sid

0 commit comments

Comments
 (0)