aspose_pdf_cloud 22.3.0 → 22.7.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: 3270303312db591a02d1ca65ce0b3b6ff29a35620ef78a6bf3baf64c48a399f8
4
+ data.tar.gz: b5015fa47d34647351708c0e5bc6f18aa233e2ffb415dc2bf791ed53f175f937
5
5
  SHA512:
6
- metadata.gz: 2cdb6467b1dc7225d2af7c80fe118536a6644cf03bdcdb8c1632ef1d73408fb2f08a7f759c2d648827ae9efb5e5e61ca30e1d5c833c4ae1feff62b5f5d110fd5
7
- data.tar.gz: 24c54379eaeea9b6f8b6ec96cb19977dcb807ba365bf130de27499c9a4b0ff3cb9e30ab9dbd908f7acf62397167518193fb9bc1aa9c200d5f3f873e77a53c908
6
+ metadata.gz: f1af0c1c11c030c2119479ef989323d11c90a2522b9d78f7cdde31232c8cbd0f92d6c32f554348fb80093c7787075780fbc4d769608de4012fbb11e904f5775d
7
+ data.tar.gz: 408cde4343548ef631335023abae42b317949347da97f09825f33a077fdcb6daabe675a6f708c85d3b4ca055d30b4eb0999fc0f1da8ff1c8f70fa860d4b57f91
data/README.md CHANGED
@@ -29,14 +29,11 @@ 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.7
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.
35
+ ## Bugs fixed in Version 22.7
36
+ - Text Replace API method changes background of the elements.
40
37
 
41
38
  ## Installation
42
39
 
@@ -51,15 +48,15 @@ gem build aspose_pdf_cloud.gemspec
51
48
  Then either install the gem locally:
52
49
 
53
50
  ```shell
54
- gem install ./aspose_pdf_cloud-22.3.0.gem
51
+ gem install ./aspose_pdf_cloud-22.7.0.gem
55
52
  ```
56
- (for development, run `gem install --dev ./aspose_pdf_cloud-22.3.0.gem` to install the development dependencies)
53
+ (for development, run `gem install --dev ./aspose_pdf_cloud-22.7.0.gem` to install the development dependencies)
57
54
 
58
55
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
59
56
 
60
57
  Finally add this to the Gemfile:
61
58
 
62
- gem 'aspose_pdf_cloud', '~> 22.3.0'
59
+ gem 'aspose_pdf_cloud', '~> 22.7.0'
63
60
 
64
61
  ### Install from Git
65
62
 
@@ -20,5 +20,5 @@ SOFTWARE.
20
20
  =end
21
21
 
22
22
  module AsposePdfCloud
23
- VERSION = "22.3.0"
23
+ VERSION = "22.7.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.7.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-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json