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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17042f21f1dc5beb0e54e308f0d3bd29a493682c76adb507b8e0f7f936f0d525
4
- data.tar.gz: c2f597477d6716170dd9eb0b3323899dbac788d9ef6f80571446bbc3e4f71c3c
3
+ metadata.gz: 1ca7b4c98af7b059516339118cf07fd857a400b028cdad89404e6504be90a269
4
+ data.tar.gz: 8f38af90b20c60c9daad69a3908f3df5eea01972dc1ded2930c3493537a650ed
5
5
  SHA512:
6
- metadata.gz: 2cdb6467b1dc7225d2af7c80fe118536a6644cf03bdcdb8c1632ef1d73408fb2f08a7f759c2d648827ae9efb5e5e61ca30e1d5c833c4ae1feff62b5f5d110fd5
7
- data.tar.gz: 24c54379eaeea9b6f8b6ec96cb19977dcb807ba365bf130de27499c9a4b0ff3cb9e30ab9dbd908f7acf62397167518193fb9bc1aa9c200d5f3f873e77a53c908
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.3
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.3.0.gem
48
+ gem install ./aspose_pdf_cloud-22.4.0.gem
55
49
  ```
56
- (for development, run `gem install --dev ./aspose_pdf_cloud-22.3.0.gem` to install the development dependencies)
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.3.0'
56
+ gem 'aspose_pdf_cloud', '~> 22.4.0'
63
57
 
64
58
  ### Install from Git
65
59
 
@@ -20,5 +20,5 @@ SOFTWARE.
20
20
  =end
21
21
 
22
22
  module AsposePdfCloud
23
- VERSION = "22.3.0"
23
+ VERSION = "22.4.0"
24
24
  end
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.3.0
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-03-22 00:00:00.000000000 Z
11
+ date: 2022-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json