Code Monkey home page Code Monkey logo

groupdocs-annotation-cloud / groupdocs-annotation-cloud-ruby Goto Github PK

View Code? Open in Web Editor NEW
0.0 5.0 0.0 5.04 MB

Ruby GEM to communicate with the GroupDocs.Annotation RESTful API. Annotate documents & images in the Cloud with zero initial cost.

Home Page: https://products.groupdocs.cloud/annotation/ruby

License: MIT License

Ruby 94.43% HTML 5.57%
groupdocs-annotation-cloud annotation-cloud-api ruby-gem excel powerpoint pdf word document-annotation cloud-sdk

groupdocs-annotation-cloud-ruby's Introduction

GroupDocs.Annotation Cloud Ruby SDK

Ruby gem for communicating with the GroupDocs.Annotation Cloud API

Installation

A gem of groupdocs_annotation_cloud is available at rubygems.org. You can install it with:

gem install groupdocs_annotation_cloud

To add dependency to your app copy following into your Gemfile and run bundle install:

gem "groupdocs_annotation_cloud", "~> 23.12"

Getting Started

Please follow the installation procedure and then run the following code:

# Load the gem
require 'groupdocs_annotation_cloud'

# Get your app_sid and app_key at https://dashboard.groupdocs.cloud (free registration is required).
app_sid = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
app_key = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

# Create instance of the API class
api = GroupDocsAnnotationCloud::InfoApi.from_keys(app_sid, app_key)

# Retrieve supported file-formats
response = api.get_supported_file_formats

# Print out supported file-formats
puts("Supported file-formats:")
response.formats.each do |format|
  puts("#{format.file_format} (#{format.extension})") 
end

Licensing

GroupDocs.Annotation Cloud Ruby SDK licensed under MIT License.

Resources

+Website +Product Home +Documentation +Free Support Forum +Blog

Contact Us

Your feedback is very important to us. Please feel free to contact us using our Support Forums.

groupdocs-annotation-cloud-ruby's People

Contributors

babar-raza avatar bobkovalex avatar dependabot[bot] avatar product-team avatar rizwanniazigroupdocs avatar saudaspose avatar yevgen-nykytenko avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.