GroupDocs.Assembly Cloud REST API is about to launch. It is a document automation and reports generation REST API designed to create custom documents....DOC, DOCX, DOT, DOTX, DOTM, DOCM, RTF, WordprocessingML (XML)...
This REST API allows getting a list of all file formats supported by GroupDocs.Parser Cloud product.
Resources The following GroupDocs.Parser Cloud REST API resource has been used in the get supported file types example.
HTTP POST ~~/formats cURL example The following example demonstrates how to get supported file types.
Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....docm" , "fileFormat" : "Word Open...
This REST API allows getting a list of all file formats supported by GroupDocs.Watermark Cloud product.
Resource URI HTTP POST ~~/formats Swagger UI lets you call this REST API directly from the browser.
cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to get document information curl -v "https://api....docm" , "fileFormat" : "Word Open...
This REST API allows getting list of all file formats supported by GroupDocs.Editor Cloud product.
Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example.
HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types.
Request * First get JSON Web Token * Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....docm" , "fileFormat" : "Word Open...
GroupDocs.Merger Cloud is a platform independent REST API solution to join multiple documents and manipulate single document structure across wide range of documents...Microsoft Word Open XML Document DOCM Word Open XML Macro-Enabled...
GroupDocs released its document viewer module for DotNetNuke. Using the module, you can embed and view PDF and Office documents right on your DNN web-pages....Word-processing formats: DOC, DOCX, DOCM, DOT, DOTX, DOTM, ODT, OTT Excel...
GroupDocs.Annotation Cloud is a REST API provides methods to apply Text and Figure based annotations to documents & images of all popular formats.
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/annotation/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": ".doc", "fileFormat": "Microsoft Word" }, { "extension": ".docx", "fileFormat": "Microsoft Word" }, { "extension": "....docm" , "fileFormat" : "Microsoft...
First Release of GroupDocs.Comparison REST API is about to release. This release will include document comparison features along with support of Word, PDF.....Words supported: DOC, DOCM, DOCX, DOT, DOTM, DOTX, RTF...