aspose_pdf_cloud 24.6.0 → 24.7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce5561e1f047eeb6c20a0f78c48c96d1328396acdd1bed62587320e9be3c25d4
4
- data.tar.gz: bd884154e996faf2a2a6630ecf5813684f7f26d26e39921b608e1f6eab7fbaaa
3
+ metadata.gz: c35455aae949bb7d45b636c96aec219f5d71fb5a5e9c6b9dcbb721cd444a28ac
4
+ data.tar.gz: 1605a812c8f158fbd45ae0fc5b6ed63e0fbfd183a9a11ccfeae3b378647c3c45
5
5
  SHA512:
6
- metadata.gz: eb49765f0dd907253e4ecf9930a929d570c3e5ae3f12bdc5975154e04de78e3f9d43e397c62a50bed91c820173814bdd637c087110098290d30cff2ce419cf98
7
- data.tar.gz: 5293539e93c1fef544619d096088fee841b5311379ec6dfad543ca3fc6b8f04a2da9626501988b9e69561335df86061852933537b5ea74e6c70567088511d59c
6
+ metadata.gz: c503d040d47744ed242c81be7cceac96062823a7cce955c31e99194eab3a0e7a56751ec8dc91b0a809ab7c0d9597925129281fbb68ae081955cbcf8064738e5f
7
+ data.tar.gz: 8a7e70600e2bc88610a4597b939447714dc839715d66db9abb164c2b0fef4c4f23d66b59fb7beff51a8070bb9e98383ad074c68e6235122a4e30c17ec5a0eb50
data/README.md CHANGED
@@ -29,9 +29,13 @@ 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 24.6
32
+ ## Enhancements in Version 24.7
33
33
  - A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
34
34
 
35
+ ## Bugs fixed in Version 24.7
36
+ - PutPsInStorageToPdf throws: Cannot find resource ‘Aspose.PDF.dependencies.ZapfDingbats.ttf.
37
+ - Ocr method is not working.
38
+
35
39
  ## Installation
36
40
 
37
41
  ### Build a gem
@@ -45,15 +49,15 @@ gem build aspose_pdf_cloud.gemspec
45
49
  Then either install the gem locally:
46
50
 
47
51
  ```shell
48
- gem install ./aspose_pdf_cloud-24.6.0.gem
52
+ gem install ./aspose_pdf_cloud-24.5.0.gem
49
53
  ```
50
- (for development, run `gem install --dev ./aspose_pdf_cloud-24.6.0.gem` to install the development dependencies)
54
+ (for development, run `gem install --dev ./aspose_pdf_cloud-24.5.0.gem` to install the development dependencies)
51
55
 
52
56
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
53
57
 
54
58
  Finally add this to the Gemfile:
55
59
 
56
- gem 'aspose_pdf_cloud', '~> 24.6.0'
60
+ gem 'aspose_pdf_cloud', '~> 24.5.0'
57
61
 
58
62
  ### Install from Git
59
63
 
@@ -20,5 +20,5 @@ SOFTWARE.
20
20
  =end
21
21
 
22
22
  module AsposePdfCloud
23
- VERSION = "24.6.0"
23
+ VERSION = "24.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: 24.6.0
4
+ version: 24.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: 2024-06-27 00:00:00.000000000 Z
11
+ date: 2024-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json