You can easily convert Excel XLSX files to PDF with GroupDocs.Conversion Cloud API. This tutorial covers how to Convert Excel Spreadsheets to PDF using Ruby...Excel, PowerPoint, PDF, HTML, JPG, PNG, CAD. REST API also provides...
Programmatically Convert Emails and Outlook Messages to PDF using a REST API in Node.js. Node.js SDK allows converting EML, MSG files to PDF....js How to Convert JPG to PDF using Node.js...
GroupDocs.Conversion is an advanced document conversion API solutuion. This article is about how to convert PDF to HTML using REST API in Ruby....to Convert Word to JPEG, PNG, JPG or GIF Formats How To Convert...
This REST API allows to obtain basic information about the document and it’s properties.
It returns InfoResult data structure, which contains the list of properties:
Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by document type The following GroupDocs.Viewer Cloud REST API resource has been used to get document information.
cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....docx' }, 'ViewFormat': 'JPG' }" Resonse { "formatExtension"...
Programmatically Convert PDF to Editable Word Document using a REST API in Node.js. Node.js SDK allows converting PDF to DOC and DOCX files....js Convert JPG to PDF using Node.js Online XML...
GroupDocs.Comparison Cloud REST APIs support document compare tools to compare source and destination files of supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API.
Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example.
cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....jpg" , "fileFormat" : "Image files"...
GroupDocs.Signature Cloud allows to create document preview images, one per page. Image size and format can be set as options.
API usage There are steps that usage of GroupDocs.Signature Cloud consists of:
Upload input document into cloud storage Create preview images Download images For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual.
Swagger UI lets you call this REST API directly from the browser....pdf' }, 'Format': 'jpg' }" Response { "fileInfo" : {...