{"id":26663024,"url":"https://github.com/groupdocs-conversion-cloud/groupdocs-conversion-cloud-ruby","last_synced_at":"2025-06-14T22:08:36.034Z","repository":{"id":48761424,"uuid":"154298995","full_name":"groupdocs-conversion-cloud/groupdocs-conversion-cloud-ruby","owner":"groupdocs-conversion-cloud","description":"Ruby GEM to communicate with the GroupDocs.Conversion REST API. Convert between 50+ file formats including Word documents, Excel spreadsheets, PowerPoint presentations, PDF, OpenDocument files, images \u0026 more.","archived":false,"fork":false,"pushed_at":"2025-06-05T08:26:57.000Z","size":932,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-05T08:42:46.994Z","etag":null,"topics":["conversion-cloud-api","conversion-rest-api","excel","groupdocs-conversion-cloud","html","image","opendocument","pdf","powerpoint","ruby-gem","tex","visio","word","xps"],"latest_commit_sha":null,"homepage":"https://products.groupdocs.cloud/conversion/ruby","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/groupdocs-conversion-cloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-10-23T09:18:21.000Z","updated_at":"2025-06-05T08:19:06.000Z","dependencies_parsed_at":"2025-04-11T18:24:28.311Z","dependency_job_id":"1170c9b0-44c4-426e-b81f-30fbe500be1b","html_url":"https://github.com/groupdocs-conversion-cloud/groupdocs-conversion-cloud-ruby","commit_stats":{"total_commits":22,"total_committers":6,"mean_commits":"3.6666666666666665","dds":"0.36363636363636365","last_synced_commit":"94feb0258aa448207b11932eea3cff80025f9e67"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/groupdocs-conversion-cloud/groupdocs-conversion-cloud-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groupdocs-conversion-cloud%2Fgroupdocs-conversion-cloud-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groupdocs-conversion-cloud%2Fgroupdocs-conversion-cloud-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groupdocs-conversion-cloud%2Fgroupdocs-conversion-cloud-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groupdocs-conversion-cloud%2Fgroupdocs-conversion-cloud-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/groupdocs-conversion-cloud","download_url":"https://codeload.github.com/groupdocs-conversion-cloud/groupdocs-conversion-cloud-ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groupdocs-conversion-cloud%2Fgroupdocs-conversion-cloud-ruby/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259890446,"owners_count":22927372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["conversion-cloud-api","conversion-rest-api","excel","groupdocs-conversion-cloud","html","image","opendocument","pdf","powerpoint","ruby-gem","tex","visio","word","xps"],"created_at":"2025-03-25T14:19:33.220Z","updated_at":"2025-06-14T22:08:36.026Z","avatar_url":"https://github.com/groupdocs-conversion-cloud.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GroupDocs.Conversion Cloud Ruby SDK\nRuby gem for communicating with the GroupDocs.Conversion Cloud API\n\n## Installation\n\nA gem of groupdocs_conversion_cloud is available at [rubygems.org](https://rubygems.org). You can install it with:\n\n```shell\ngem install groupdocs_conversion_cloud\n```    \n\nTo add dependency to your app copy following into your Gemfile and run `bundle install`:\n\n```\ngem \"groupdocs_conversion_cloud\", \"~\u003e 25.6\"\n```\n\n## Getting Started\n\nPlease follow the [installation](#installation) procedure and then run the following code:\n```ruby\n# Load the gem\nrequire 'groupdocs_conversion_cloud'\n\n# Get your app_sid and app_key at https://dashboard.groupdocs.cloud (free registration is required).\napp_sid = \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\napp_key = \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n\n# Create instance of the API class\napi = GroupDocsConversionCloud::InfoApi.from_keys(app_sid, app_key)\n\n# Retrieve supported converison types\nrequest = GroupDocsConversionCloud::GetSupportedConversionTypesRequest.new\nresponse = api.get_supported_conversion_types(request)\n\n# Print out supported conversion types\nputs(\"Supported file-formats:\")\nresponse.each do |format|\nputs(\"#{format.source_format} to [#{format.target_formats.join(', ')}]\")\n```\n\n## Licensing\nGroupDocs.Conversion Cloud Ruby SDK licensed under [MIT License](LICENSE).\n\n## Resources\n+ [**Website**](https://www.groupdocs.cloud)\n+ [**Product Home**](https://products.groupdocs.cloud/conversion)\n+ [**Documentation**](https://docs.groupdocs.cloud/display/conversioncloud/Home)\n+ [**Free Support Forum**](https://forum.groupdocs.cloud/c/conversion)\n+ [**Blog**](https://blog.groupdocs.cloud/category/conversion)\n\n## Contact Us\nYour feedback is very important to us. Please feel free to contact us using our [Support Forums](https://forum.groupdocs.cloud/c/conversion).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroupdocs-conversion-cloud%2Fgroupdocs-conversion-cloud-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgroupdocs-conversion-cloud%2Fgroupdocs-conversion-cloud-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroupdocs-conversion-cloud%2Fgroupdocs-conversion-cloud-ruby/lists"}