aspose_pdf_cloud 22.3.0 → 22.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -10
- 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: 1ca7b4c98af7b059516339118cf07fd857a400b028cdad89404e6504be90a269
|
4
|
+
data.tar.gz: 8f38af90b20c60c9daad69a3908f3df5eea01972dc1ded2930c3493537a650ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b5364ad99bc2f64df9d026ba2a0442c8d0a3b74e468d45aa1d0d091bcf18a5d971434edfb2f8d790be317851f615672feeb473ea96c96d58b270d3abdb0c9a3
|
7
|
+
data.tar.gz: ae344e7c9014a8119044c0e0f2d168ca0e2ae97b6b821e2c5d3bdfad719e7e25cbdebaa3fb1f6e617198c3decad274ba13ff5bb4721158432683dc55650c062d
|
data/README.md
CHANGED
@@ -29,15 +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
|
-
- PDFCLOUD-2729: Add StrikeOut, Superscript, Subscript properties to TextState.
|
34
|
-
- PDFCLOUD-2623: Underline property is missing in TextState.
|
32
|
+
## Enhancements in Version 22.4
|
35
33
|
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
|
36
34
|
|
37
|
-
## Bugs fixed in Version 22.3
|
38
|
-
- PDFCLOUD-2714: GetFields API method not extracting PDF form fields.
|
39
|
-
- PDFCLOUD-2641: PostSplitDocument returns wrong path.
|
40
|
-
|
41
35
|
## Installation
|
42
36
|
|
43
37
|
### Build a gem
|
@@ -51,15 +45,15 @@ gem build aspose_pdf_cloud.gemspec
|
|
51
45
|
Then either install the gem locally:
|
52
46
|
|
53
47
|
```shell
|
54
|
-
gem install ./aspose_pdf_cloud-22.
|
48
|
+
gem install ./aspose_pdf_cloud-22.4.0.gem
|
55
49
|
```
|
56
|
-
(for development, run `gem install --dev ./aspose_pdf_cloud-22.
|
50
|
+
(for development, run `gem install --dev ./aspose_pdf_cloud-22.4.0.gem` to install the development dependencies)
|
57
51
|
|
58
52
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
59
53
|
|
60
54
|
Finally add this to the Gemfile:
|
61
55
|
|
62
|
-
gem 'aspose_pdf_cloud', '~> 22.
|
56
|
+
gem 'aspose_pdf_cloud', '~> 22.4.0'
|
63
57
|
|
64
58
|
### Install from Git
|
65
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: 22.
|
4
|
+
version: 22.4.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-04-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|