Skip to content

Commit c931202

Browse files
authored
Merge pull request #70 from aspose-pdf-cloud/develop
update to 24.2
2 parents b2014df + 9f2afc6 commit c931202

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ 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.1
33-
- Add support to convert password protected PDF to SVG in PutPdfInRequestToSvg API.
34-
- Add support to convert password protected PDF to SVG in PutPdfInStorageToSvg API.
32+
## Enhancements in Version 24.2
33+
- Memory leak when converting PDF to DOCX.
3534
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
3635

3736
## Installation
@@ -47,15 +46,15 @@ gem build aspose_pdf_cloud.gemspec
4746
Then either install the gem locally:
4847

4948
```shell
50-
gem install ./aspose_pdf_cloud-24.1.0.gem
49+
gem install ./aspose_pdf_cloud-24.2.0.gem
5150
```
52-
(for development, run `gem install --dev ./aspose_pdf_cloud-24.1.0.gem` to install the development dependencies)
51+
(for development, run `gem install --dev ./aspose_pdf_cloud-24.2.0.gem` to install the development dependencies)
5352

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

5655
Finally add this to the Gemfile:
5756

58-
gem 'aspose_pdf_cloud', '~> 24.1.0'
57+
gem 'aspose_pdf_cloud', '~> 24.2.0'
5958

6059
### Install from Git
6160

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.1.0"
23+
VERSION = "24.2.0"
2424
end

0 commit comments

Comments
 (0)