Aspose.Words Cloud

Aspose.Words Cloud, a cloud-based document creation, manipulation and conversion API, helps you process documents with its many flexible features. You can perform a wide variety of document operations with Aspose.Words Cloud’s REST API. Create a new document from scratch, modify an existing document, convert documents to different formats, and render the document to images. Aspose.Words Cloud allows you to convert documents to DOC, DOCX, XPS, TIFF, PDF, HTML, SWF, and many other formats. It lets you render a complete document or a single page to different image formats (JPEG, GIF, PNG, TIFF, and so on). Taking a step further, it lets you render drawing shapes in documents to images. Read More

[![][1]

InstallingYou can install AsposeWordsCloud with RubyGem:

gem install aspose_words_cloud

Source filesThis SDK is open source and available on [GitHub][2] and [CodePlex][3].

UsageAPIs of this SDK can be called as follows:

require 'aspose_words_cloud'

class WordsUsage

  include AsposeWordsCloud
  include AsposeStorageCloud

  def initialize
    #Get App key and App SID from https://cloud.aspose.com
    AsposeApp.app_key_and_sid("APP_KEY", "APP_SID")
    @words_api = WordsApi.new  
  end

  def load_web_document_into_the_file
    #Load new document from web into the file with any supported format of data.
    load_web_document_data = LoadWebDocumentData.new
    load_web_document_data.loading_document_url = "http://google.com"

    save_options = SaveOptionsData.new
    save_options.save_format = "doc"
    save_options.file_name = "google.doc"

    load_web_document_data.save_options = save_options
    response = @words_api.post_load_web_document(load_web_document_data)
  end

end

Aspose.Words Cloud SDK Examples[Programmer’s Guide][4], a complete manual on programming with Aspose.Words Cloud APIs. It holds the wealth of features with sample codes and capabilities.

Unit TestsTo help you get started we also provided [unit test coverage][5] to Aspose.Words APIs.

Start a Free Trial TodayStart a free trial today – all you need is to [sign up][6] with Aspose Cloud service. Once you have signed up, you are ready to try powerful file processing features offered by Aspose Cloud.

[1]: https://blog.aspose.com/wp-content/uploads/sites/2/2015/11/WordsCloud-Format-Supported.png “Aspose.Words Cloud SDK for Node.js”)](http://www.aspose.com/cloud/word-api.aspx [2]: https://github.com/aspose-words-cloud/ “GitHub” [3]: http://asposewordscloud.codeplex.com/SourceControl/latest#SDKs/Aspose.Words_Cloud_SDK_For_Ruby/ “CodePlex” [4]: http://www.aspose.com/docs/display/wordscloud/Programmers%20Guide “Programmer’s Guide” [5]: https://github.com/aspose-words-cloud/ “unit test coverage” [6]: http://dashboard.aspose.cloud/