Skip to content

Commit 8929eb4

Browse files
Merge branch 'master' into release
2 parents 3ea282f + f986594 commit 8929eb4

File tree

6 files changed

+975
-6
lines changed

6 files changed

+975
-6
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ This repository contains Aspose.Words Cloud SDK for Ruby source code. This SDK a
1313
* Watermarks and protection
1414
* Full read & write access to Document Object Model, including sections, paragraphs, text, images, tables, headers/footers and many others
1515

16+
## Enhancements in Version 24.7
17+
18+
- Added support for azw3 (Amazon Kindle Format) documents.
19+
20+
1621
## Enhancements in Version 24.6
1722

1823
- Added the 'TranslateNodeId' method to transalate a node id to a node path.
@@ -337,7 +342,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
337342
To install this package do the following:
338343
update your Gemfile
339344
```ruby
340-
gem 'aspose_words_cloud', '~> 24.6'
345+
gem 'aspose_words_cloud', '~> 24.7'
341346
```
342347
or install directly
343348
```bash

lib/aspose_words_cloud.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
require_relative 'aspose_words_cloud/models/file_reference'
3434
require_relative 'aspose_words_cloud/models/response_error'
3535
require_relative 'aspose_words_cloud/models/available_fonts_response'
36+
require_relative 'aspose_words_cloud/models/azw3_save_options_data'
3637
require_relative 'aspose_words_cloud/models/bmp_save_options_data'
3738
require_relative 'aspose_words_cloud/models/bookmark'
3839
require_relative 'aspose_words_cloud/models/bookmark_data'

0 commit comments

Comments
 (0)