Aspose.Slides Cloud
Aspose.Slides Cloud SDK for Ruby is a REST API which allows you to process presentations. It allows you to create, modify, and convert presentations and provides a wide variety of features for working with presentations in the cloud. You can convert a presentation to TIFF, PDF, XPS, PPTX, ODP, PPSX, PPTM, PPSM, POTX, POTM, HTML and image formats. Aspose.Slides Cloud allows you to extract different elements or a presentation including slide, text, color schemes, font schemes, shapes and images etc. Aspose.Slides Cloud’s powerful API lets your apps process Microsoft PowerPoint presentations in the cloud, saving you the time it would take to develop your own API. .
Installation
You can install Aspose Slides Cloud SDK with RubyGem:
gem install aspose_slides_cloud
Source code
This SDK is open source and available for download on GitHub.
- You may consider visiting the following link for information regarding latest release versions of Aspose.Slides Cloud SDK for Ruby.
UsageAPIs of this SDK can be called as follows:
require 'aspose_slides_cloud'
class SlidesUsage
include AsposeSlidesCloud
include AsposeStorageCloud
def initialize
#Get App key and App SID from https://dashboard.aspose.cloud/
AsposeApp.app_key_and_sid("APP_KEY", "APP_SID")
@slides_api = SlidesApi.new
end
def put_slides_convert
#Convert presentation from request content to format specified.
file_name = "sample.pptx"
convert_to_format = "pdf"
response = @slides_api.put_slides_convert(File.open("data/" << file_name,"r") { |io| io.read }, {format: convert_to_format})
end
end
Useful Links
We also recommend exploring following topics to learn more about the amazing capabilities of Ruby Cloud SDK.
- Create a New Presentation
- Convert PowerPoint in Specified Format
- Merge PowerPoint Presentations
- Split PowerPoint Presentations
- Extract Shapes from a Slide
- Get Number of Images in a Presentation
- Replace All Text Instances in Presentation
- Set Document Properties
- Save a Presentation in a Specified Format
- Get a Slide Color Scheme
- Get Slide Font Scheme
- Add a New Slide in a PowerPoint Presentation
- Copy Slides in a PowerPoint Presentation
- Change Position of Slides in a PowerPoint Presentation
Unit Tests
To help you get started, we have also provided unit test coverage for Aspose.Slides APIs.
Start a Free Trial Today
Start a free trial today – all you need is to sign up with Aspose Cloud service. Once you have signed up, you are ready to try the powerful file processing features offered by Aspose Cloud.