Convert Documents with Ruby Cloud SDK

REST APIs & Ruby Cloud SDK for developers to convert images & documents among supported file formats.

  • GroupDocs.Conversion Cloud SDK for cURL
  • GroupDocs.Conversion Cloud SDK for .NET
  • GroupDocs.Conversion Cloud SDK for Java
  • GroupDocs.Conversion Cloud SDK for PHP
  • GroupDocs.Conversion Cloud SDK for Python
  • GroupDocs.Conversion Cloud SDK for Node.js
  • GroupDocs.Conversion Cloud SDK for Android
  • GroupDocs.Conversion Cloud SDK for Go
Start Free Trial

The GroupDocs.Conversion Cloud SDK for Ruby has been developed to help you get started with our document conversion REST API, which lets you seamlessly convert your documents to any format you need. With this single API, you can convert back and forth between over 50 types of documents and images, including all Microsoft Office and OpenDocument file formats, PDF documents, HTML, CAD, raster images and many more.

Frequently Asked Questions

I want to create my own Ruby application to convert documents?

Check out GroupDocs.Conversion Cloud SDK for Ruby at GitHub if you are looking for the source code to convert file in the Cloud.

Can I try GroupDocs.Conversion REST APIs on Ruby for free?

You can try GroupDocs.Conversion Low-Code Ruby APIs without any limitations.

I do not want to upload my confidential files anywhere? What are my options?

GroupDocs.Conversion Cloud is also available as Docker image which can be used to self-host the service. Or you may build your own services using GroupDocs.Conversion High-code APIs which currently drive our REST APIs.

Advanced Document Conversion API Features

Convert across all common formats

Convert page by page or custom range of pages

Watermark pages

Get high quality output files

Password protect output document

APIs are secured and require authentication

Convert a Multitude of Document Formats

GroupDocs.Conversion REST API has the capability to perform conversion on a number of document formats. The information about the formats supported by the API can be obtained by using the code mentioned below:

Get all the supported file formats - Ruby

# Get your App SID and App Key at https://dashboard.groupdocs.cloud (free registration is required).
# Getting instance of the API
api = GroupDocsConversionCloud::ConversionApi.from_keys($app_sid, $app_key)

$request = GroupDocsConversionCloud::GetSupportedConversionTypesRequest.new()

# Retrieve supported file formats
$response = api.get_supported_conversion_types($request)

# Display all the supported file formats
puts("= Supported File Formats =")
$response.each do |format|
    puts("#{format.source_format} to [#{format.target_formats.join(', ')}]")
end

Get Started in No Time

GroupDocs.Conversion Cloud API is completely independent of your operating system, database system or development language. You can use any language and platform that supports HTTP to interact with our API. However, manually writing client code can be difficult, error-prone and time-consuming. Therefore, we have provided and support API SDKs in many development languages in order to make it easier to integrate with us. If you use SDK, it hides the REST API calls and lets you use GroupDocs.Conversion Cloud API features in a native way for your preferred language.

Security and Authentication

The GroupDocs.Conversion Cloud API is secured and requires authentication. Users need to register at GroupDocs Cloud and get their app access key ID (appSID) and app secret access key. Authenticated requests require a signature and AppSID query parameters or OAuth 2.0 authorization header.

Easy Customization

GroupDocs.Conversion Cloud SDK is 100% tested and out of the box running. The SDK is open source and has an MIT license. You can use it, and even customize it for absolutely free of charge.

Convert Documents using GroupDocs.Conversion

PSB to PSD TGA to HTML ZIP to ODS MSG to SVG POTX to MD RAR to PSD ODS to TSV DOC to DOTM EMF to DICOM CF2 to JPEG JPM to GIF ODG to GIF EMF to DIF XLS to XLSB CHM to Excel IGS to ODT ODG to PSB JP2 to TSV VCF to JPG WMF to MD GIF to EPUB CF2 to ODP PNG to ODT FODP to MHTML PPS to DOTM PPSX to DOC RAR to PNG OST to SVG FODG to HTML 7Z to DOT XLT to JSON PSB to GIF PSB to PPTX DWF to JPG Visio to TSV DWG to WMZ VSTX to TXT JP2 to XPS ODT to DIF DNG to DICOM BZ2 to BMP XPS to EMF GZIP to XLSM TXT to PPTX TAR to MHTML JP2 to TIF TXT to DICOM CGM to MHTML DWG to EMF EPS to ODP DNG to ODP VCF to XLSX PSD to TGA WMF to TIFF VST to PSD SVG to CSV WMF to RTF PSB to WMF NSF to EMF MPT to TGA JP2 to PDF EPS to POTX JPG to WEBP TIFF to TXT NUMBERS to EMF PPTM to PPTX Visio to DIF TAR to CSV EML to PSB EPS to HTML RTF to TIFF GIF to MHTML PPSM to TIFF XER to SVG EML to RTF PPSX to GIF PDF to TEX SVG to TEX GZ to HTM VDW to XPS TEX to DICOM VSTX to GIF SQL to DICOM POTX to DOCX EPS to MHTML XLSM to DIF SVG to PPTM ODP to ODT EMF to WMF NUMBERS to PowerPoint EPUB to ODP ODS to SVG MPP to TIF IFC to MHTML PPTX to HTM GIF to WMF ODT to DICOM IFC to TIFF MBOX to ODP DWT to MHTML IFC to Excel IGS to DICOM NSF to DOT MD to PPT PNG to SVG VDX to RTF CSV to ODP LOG to PDF SXC to XLAM DOC to POTM DOCX to PDF CSV to EMF XER to ODP POTM to HTML MPT to XPS VSDM to RTF OST to TGA JPF to TIFF OXPS to PSD AI to PSD JPC to POT DOC to ICO ODP to TIFF OTT to PPSX EML to MSG EMLX to GIF FODS to HTML STL to TIFF OXPS to HTML HTML to PNG BZ2 to WMF JSON to CSV OTT to ODT SQL to PPTX TAR to ODP DXF to GIF DWF to DOC ZIP to ODT PNG to BMP Outlook to ICO STL to PNG PPT to SVGZ POTM to SVG GZ to TEX VSTX to SVG PSB to ODP MSG to DCM LOG to ICO JP2 to DCM BZ2 to HTML

Support and Learning Resources

GroupDocs.Conversion Cloud also offers individual document rendering SDKs for other popular languages as listed below:

  English
9a86c5d56