Saaspose.SDK for Ruby Repository

This repository contains Saaspose.SDK for Ruby source code. This SDK allows you to work with Saaspose REST API in your Ruby applications quickly and easily.

What's included in this SDK repository?

Code

Module Description
Common This module provides the features commonly used by other sections of the SDK.
Storage This module provides the features to work with Saaspose storage.
Pdf This module provides the features to manipulate PDF files using Saaspose.Pdf.
Words This module provides the features to manipulate Word files using Saaspose.Words.
Cells This module provides the features to manipulate Excel files using Saaspose.Cells.
Slides This module provides the features to manipulate Powerpoint files using Saaspose.Slides.
BarCode This module provides the features to manipulate bar codes using Saaspose.BarCode.

Data

In order to manipulate any files, you first need to upload them to the Saaspose storage using Storage module.

Output

The Saaspose.SDK for Ruby allows you to save the output files at your specified location.

Help Material

You may get help regarding Saaspose API or Saaspose.SDK for Ruby on www.saaspose.com.

How to use Saaspose.SDK for Ruby?

Please see the Saaaspose.SDK for Ruby Examples sections in the Documentation.