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....doc" , "fileFormat" : "MicrosoftWord 97 - 2007 Document" },...
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...."fileType" : { "fileFormat" : "MicrosoftWord Open XML Document" , "extension"...
GroupDocs offers a .NET library with flexible API that can be used to build legally-binding e-signature apps with web signature capture functionality....initial release converts MicrosoftWord, Excel, PowerPoint and...
Install GroupDocs.Metadata Cloud SDKs for .NET and edit PDF metadata in C# Programmatically. It also offers a web-based online metadata editor....such operations on PDF, MicrosoftWord, Excel spreadsheets, PowerPoint...
Programmatically Render Outlook Data (.ost) Files To HTML using a REST API on the cloud in Python with Document Viewer Cloud SDK for Python....of popular documents such as Word, Excel, Powerpoint, and image...outlook_options.text_filter = "Microsoft" Filter by part of the sender’s...
This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload.
Here is the list of properties that can be obtained for a document:
Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties.
|Name|Description|Comment |FileInfo.FilePath|The path of the document, located in the storage.|Required. |FileInfo.StorageName|Storage name|It could be omitted for default storage...."fileType" : { "fileFormat" : "MicrosoftWord Open XML Document" , "extension"...
GroupDocs.Merger Cloud is a REST API solution to Merge and Split documents like PDF, Word processing documents, spreadsheets and more supported formats....file types include PDF, MicrosoftWord documents, Excel spreadsheets...
Programmatically Add Text or Image Watermark to JPEG images using a REST API on the cloud with Watermarking Cloud SDK for Java....supported formats such as PDF, MicrosoftWord, and Powerpoint. Currently...
GroupDocs.Conversion is the best way to convert PPT to JPG file in seconds. Let's learn how to convert PowerPoint PPT/PPTX to JPG/JPEG images in Python....JPG/JPEG Images in Python Microsoft PowerPoint is a presentation...Conversion API in Python Convert Word Documents to PDF using REST...