Skip to content

Commit 244069a

Browse files
authored
Merge pull request #75 from aspose-pdf-cloud/develop
update to 24.7
2 parents f79f974 + e6578da commit 244069a

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,13 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
2929
## Read PDF Formats
3030
MHT, PCL, PS, XSLFO, MD
3131

32-
## Enhancements in Version 24.6
32+
## Enhancements in Version 24.7
3333
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
3434

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+
3539
## Installation
3640

3741
### Build a gem
@@ -45,15 +49,15 @@ gem build aspose_pdf_cloud.gemspec
4549
Then either install the gem locally:
4650

4751
```shell
48-
gem install ./aspose_pdf_cloud-24.6.0.gem
52+
gem install ./aspose_pdf_cloud-24.5.0.gem
4953
```
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)
5155

5256
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
5357

5458
Finally add this to the Gemfile:
5559

56-
gem 'aspose_pdf_cloud', '~> 24.6.0'
60+
gem 'aspose_pdf_cloud', '~> 24.5.0'
5761

5862
### Install from Git
5963

lib/aspose_pdf_cloud/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
=end
2121

2222
module AsposePdfCloud
23-
VERSION = "24.6.0"
23+
VERSION = "24.7.0"
2424
end

0 commit comments

Comments
 (0)