aspose_pdf_cloud 22.10.0 → 22.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -12
- data/docs/PdfApi.md +6 -6
- data/docs/SplitRangePdfOptions.md +1 -1
- data/lib/aspose_pdf_cloud/api/pdf_api.rb +10 -10
- data/lib/aspose_pdf_cloud/models/split_range_pdf_options.rb +1 -1
- data/lib/aspose_pdf_cloud/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e8548166d10719223f0a628fe3b0bd0ce1db24f3cddee4de6e28dde31c4ce32
|
4
|
+
data.tar.gz: ba6c1bada934e2e14dd0364183fe606b0026218414afc10d8fec3cf465e98688
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93cf2bdc09ba71a3be15243de3be8be252c3ccb139298db4931a3ac10d015538652c54ca27bdb76358868cd4038193964568093f73cea56fe8d1b64fff320d76
|
7
|
+
data.tar.gz: f64aa478ca7ce895aec0e5b18abd4320b23344399deb6aaa90b894c00638af469e2a64fc272f8e36249d4494b94edae14b30fbd363d36d6848641e78e79a6c6a
|
data/README.md
CHANGED
@@ -29,16 +29,9 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
|
|
29
29
|
## Read PDF Formats
|
30
30
|
MHT, PCL, PS, XSLFO, MD
|
31
31
|
|
32
|
-
## Enhancements in Version 22.
|
33
|
-
- Convert password protected PDF to DOC.
|
34
|
-
- Support to convert password protected document to graphic formats.
|
35
|
-
- Support to convert pages of password protected PDF to JPEG using GetPageConvertToJpeg.
|
36
|
-
- Add new REST API endpoint to parse PDF document into PDF parts containing specified page ranges.
|
32
|
+
## Enhancements in Version 22.11
|
37
33
|
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
|
38
34
|
|
39
|
-
## Bugs fixed in Version 22.10
|
40
|
-
- The PostSplitDocument API method is throwing 504 Gateway Error.
|
41
|
-
|
42
35
|
## Installation
|
43
36
|
|
44
37
|
### Build a gem
|
@@ -52,15 +45,15 @@ gem build aspose_pdf_cloud.gemspec
|
|
52
45
|
Then either install the gem locally:
|
53
46
|
|
54
47
|
```shell
|
55
|
-
gem install ./aspose_pdf_cloud-22.
|
48
|
+
gem install ./aspose_pdf_cloud-22.11.0.gem
|
56
49
|
```
|
57
|
-
(for development, run `gem install --dev ./aspose_pdf_cloud-22.
|
50
|
+
(for development, run `gem install --dev ./aspose_pdf_cloud-22.11.0.gem` to install the development dependencies)
|
58
51
|
|
59
52
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
60
53
|
|
61
54
|
Finally add this to the Gemfile:
|
62
55
|
|
63
|
-
gem 'aspose_pdf_cloud', '~> 22.
|
56
|
+
gem 'aspose_pdf_cloud', '~> 22.11.0'
|
64
57
|
|
65
58
|
### Install from Git
|
66
59
|
|
@@ -342,7 +335,7 @@ Class | Method | HTTP request | Description
|
|
342
335
|
*AsposePdfCloud::PdfApi* | [**post_sign_page**](docs/PdfApi.md#post_sign_page) | **POST** /pdf/\{name}/pages/\{pageNumber}/sign | Sign page.
|
343
336
|
*AsposePdfCloud::PdfApi* | [**post_signature_field**](docs/PdfApi.md#post_signature_field) | **POST** /pdf/\{name}/fields/signature | Add document signature field.
|
344
337
|
*AsposePdfCloud::PdfApi* | [**post_split_document**](docs/PdfApi.md#post_split_document) | **POST** /pdf/\{name}/split | Split document to parts.
|
345
|
-
*AsposePdfCloud::PdfApi* | [**post_split_range_pdf_document**](docs/PdfApi.md#post_split_range_pdf_document) | **POST** /pdf/\{name}/splitrangepdf |
|
338
|
+
*AsposePdfCloud::PdfApi* | [**post_split_range_pdf_document**](docs/PdfApi.md#post_split_range_pdf_document) | **POST** /pdf/\{name}/splitrangepdf | Split document into ranges.
|
346
339
|
*AsposePdfCloud::PdfApi* | [**post_text_box_fields**](docs/PdfApi.md#post_text_box_fields) | **POST** /pdf/\{name}/fields/textbox | Add document text box fields.
|
347
340
|
*AsposePdfCloud::PdfApi* | [**put_add_new_page**](docs/PdfApi.md#put_add_new_page) | **PUT** /pdf/\{name}/pages | Add new page to end of the document.
|
348
341
|
*AsposePdfCloud::PdfApi* | [**put_add_text**](docs/PdfApi.md#put_add_text) | **PUT** /pdf/\{name}/pages/\{pageNumber}/text | Add text to PDF document page.
|
data/docs/PdfApi.md
CHANGED
@@ -246,7 +246,7 @@ Method | HTTP request | Description
|
|
246
246
|
[**post_sign_page**](PdfApi.md#post_sign_page) | **POST** /pdf/\{name}/pages/\{pageNumber}/sign | Sign page.
|
247
247
|
[**post_signature_field**](PdfApi.md#post_signature_field) | **POST** /pdf/\{name}/fields/signature | Add document signature field.
|
248
248
|
[**post_split_document**](PdfApi.md#post_split_document) | **POST** /pdf/\{name}/split | Split document to parts.
|
249
|
-
[**post_split_range_pdf_document**](PdfApi.md#post_split_range_pdf_document) | **POST** /pdf/\{name}/splitrangepdf |
|
249
|
+
[**post_split_range_pdf_document**](PdfApi.md#post_split_range_pdf_document) | **POST** /pdf/\{name}/splitrangepdf | Split document into ranges.
|
250
250
|
[**post_text_box_fields**](PdfApi.md#post_text_box_fields) | **POST** /pdf/\{name}/fields/textbox | Add document text box fields.
|
251
251
|
[**put_add_new_page**](PdfApi.md#put_add_new_page) | **PUT** /pdf/\{name}/pages | Add new page to end of the document.
|
252
252
|
[**put_add_text**](PdfApi.md#put_add_text) | **PUT** /pdf/\{name}/pages/\{pageNumber}/text | Add text to PDF document page.
|
@@ -6512,16 +6512,16 @@ Name | Type | Description | Notes
|
|
6512
6512
|
# **post_split_range_pdf_document**
|
6513
6513
|
> SplitResultResponse post_split_range_pdf_document(name, options, opts)
|
6514
6514
|
|
6515
|
-
|
6515
|
+
Split document into ranges.
|
6516
6516
|
|
6517
6517
|
### Parameters
|
6518
6518
|
|
6519
6519
|
Name | Type | Description | Notes
|
6520
6520
|
------------- | ------------- | ------------- | -------------
|
6521
|
-
**name** | **String**|
|
6522
|
-
**options** | [**SplitRangePdfOptions**](SplitRangePdfOptions.md)|
|
6523
|
-
**storage** | **String**|
|
6524
|
-
**folder** | **String**|
|
6521
|
+
**name** | **String**| The document name. |
|
6522
|
+
**options** | [**SplitRangePdfOptions**](SplitRangePdfOptions.md)| The splitting options. |
|
6523
|
+
**storage** | **String**| The document storage. | [optional]
|
6524
|
+
**folder** | **String**| The document folder. | [optional]
|
6525
6525
|
|
6526
6526
|
### Return type
|
6527
6527
|
|
@@ -19131,13 +19131,13 @@ module AsposePdfCloud
|
|
19131
19131
|
return data, status_code, headers
|
19132
19132
|
end
|
19133
19133
|
|
19134
|
+
# Split document into ranges.
|
19134
19135
|
#
|
19135
|
-
#
|
19136
|
-
# @param
|
19137
|
-
# @param options
|
19136
|
+
# @param name The document name.
|
19137
|
+
# @param options The splitting options.
|
19138
19138
|
# @param [Hash] opts the optional parameters
|
19139
|
-
# @option opts [String] :storage
|
19140
|
-
# @option opts [String] :folder
|
19139
|
+
# @option opts [String] :storage The document storage.
|
19140
|
+
# @option opts [String] :folder The document folder.
|
19141
19141
|
# @return [SplitResultResponse]
|
19142
19142
|
def post_split_range_pdf_document(name, options, opts = {})
|
19143
19143
|
@api_client.request_token_if_needed
|
@@ -19152,13 +19152,13 @@ module AsposePdfCloud
|
|
19152
19152
|
return data
|
19153
19153
|
end
|
19154
19154
|
|
19155
|
+
# Split document into ranges.
|
19155
19156
|
#
|
19156
|
-
#
|
19157
|
-
# @param
|
19158
|
-
# @param options
|
19157
|
+
# @param name The document name.
|
19158
|
+
# @param options The splitting options.
|
19159
19159
|
# @param [Hash] opts the optional parameters
|
19160
|
-
# @option opts [String] :storage
|
19161
|
-
# @option opts [String] :folder
|
19160
|
+
# @option opts [String] :storage The document storage.
|
19161
|
+
# @option opts [String] :folder The document folder.
|
19162
19162
|
# @return [Array<(SplitResultResponse, Fixnum, Hash)>] SplitResultResponse data, response status code and response headers
|
19163
19163
|
def post_split_range_pdf_document_with_http_info(name, options, opts = {})
|
19164
19164
|
if @api_client.config.debugging
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aspose_pdf_cloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 22.
|
4
|
+
version: 22.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aspose PDF Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|