aspose_pdf_cloud 23.1.0 → 23.2.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 +4 -5
- 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: c9e0970277da660bef64fe9ec476ba6699a77804aee998ccb6d35d9bfb1556b3
|
|
4
|
+
data.tar.gz: 72d9bdcc3359647b791de8ffb3b328a428b5fcfb12a945ce79a52fa6fd756b95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae41d56b9f40967eff3327287c1a22675bd4c7dee36f63e92d4201594a8e1ccb19bfae36a25b3e47dfad5e9267a8ab8120ac170443b576e3750be90bc697ece0
|
|
7
|
+
data.tar.gz: 4262a5e36f56ea6c25af15779473ce60f4caff589939b8f73b5154b1bdd2fa1faf86f44d2428d80c27c96ea260355f7cecb0f5976307b55a1abf3a814fa03038
|
data/README.md
CHANGED
|
@@ -29,8 +29,7 @@ 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 23.
|
|
33
|
-
- PDFCLOUD-2973 Add support to optimize password protected PDF using PostOptimizeDocument.
|
|
32
|
+
## Enhancements in Version 23.2
|
|
34
33
|
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
|
|
35
34
|
|
|
36
35
|
## Installation
|
|
@@ -46,15 +45,15 @@ gem build aspose_pdf_cloud.gemspec
|
|
|
46
45
|
Then either install the gem locally:
|
|
47
46
|
|
|
48
47
|
```shell
|
|
49
|
-
gem install ./aspose_pdf_cloud-23.
|
|
48
|
+
gem install ./aspose_pdf_cloud-23.2.0.gem
|
|
50
49
|
```
|
|
51
|
-
(for development, run `gem install --dev ./aspose_pdf_cloud-23.
|
|
50
|
+
(for development, run `gem install --dev ./aspose_pdf_cloud-23.2.0.gem` to install the development dependencies)
|
|
52
51
|
|
|
53
52
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
54
53
|
|
|
55
54
|
Finally add this to the Gemfile:
|
|
56
55
|
|
|
57
|
-
gem 'aspose_pdf_cloud', '~> 23.
|
|
56
|
+
gem 'aspose_pdf_cloud', '~> 23.2.0'
|
|
58
57
|
|
|
59
58
|
### Install from Git
|
|
60
59
|
|
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: 23.
|
|
4
|
+
version: 23.2.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: 2023-
|
|
11
|
+
date: 2023-02-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|