You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ruby gem for communicating with the GroupDocs.Viewer Cloud API
2
+
Ruby gem for communicating with the GroupDocs.Viewer Cloud API. This SDK allows you to work with GroupDocs.Viewer Cloud REST APIs in your Ruby applications, enabling you to render documents in HTML, image, or PDF format with the flexibility to render the whole document or a custom range of pages.
3
+
4
+
## Requirements
5
+
6
+
Ruby 2.4+
3
7
4
8
## Installation
5
9
6
-
A gem of groupdocs_viewer_cloud is available at [rubygems.org](https://rubygems.org). You can install it with:
10
+
Install `groupdocs_viewer_cloud` from [RubyGems](https://rubygems.org):
7
11
8
-
```shell
12
+
```sh
9
13
gem install groupdocs_viewer_cloud
10
-
```
14
+
```
11
15
12
-
To add dependency to your app copy following into your Gemfile and run `bundle install`:
16
+
Or add the dependency to your Gemfile and run `bundle install`:
13
17
14
-
```
18
+
```ruby
15
19
gem "groupdocs_viewer_cloud", "~> 25.7"
16
20
```
17
21
18
22
## Getting Started
19
23
20
-
Please follow the [installation](#installation) procedure and then run the following code:
24
+
Please follow the [installation procedure](#installation) and then run the following code:
0 commit comments