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, ODT,...
This REST API allows To obtain basic information about the document. Endpoint accepts document sTorage path as input payload.
Here are the list of properties that can be obtained for a document:
Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicaTor. The table below contains the full list of properties.
Name Description Comment FileInfo.FilePath The path of the document, located in the sTorage. Required....docx" }' Windows PowerShell # Get...'FilePath': '/documents/input.docx' }" Windows CMD : : Get JSON...
GroupDocs.Conversion Cloud is a REST API for converting over 50 documents and image formats To Words, Cells, Html, PDF, Slides and Image formats.... here is a quick example of DOCX to PDF conversion using GroupDocs...conversions','name':'sample.docx'}}"` **Response** `{ "href":...
This REST API allows To get list of all file formats supported by GroupDocs.Metadata Cloud product.
Resource URI HTTP POST ~/formats Swagger UI lets you call this REST API directly from the browser.
cURL example Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. curl -v "https://api.groupdocs.cloud/connect/Token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Get document information (available formats) curl -v "https://api....docx" , "fileFormat" : "Office Open...
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.
Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The environment variables CLIENT_ID and CLIENT_SECRET must be set....docx" , "fileFormat" : "Microsoft...