Overview GroupDocs.Editor Cloud is a REST API that allows you to edit documents across a wide range of supported document types. Below, the shortlist of possible actions:
Document Edit operations The main feature of GroupDocs.Editor API is an ability to edit the most popular document formats using front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit a Word Processing documents, Spreadsheets or Presentations....optimization for large files; XML files - fix incorrect document...
Add text watermarks to PowerPoint presentations using GroupDocs.Conversion Cloud SDK for .NET. Secure, brand, and protect PPT and PPTX files via REST API....NET Extract Text from XML in C#...
Generate dynamic Python reports with JSON data using GroupDocs.Assembly Cloud API. Display JSON data on HTML pages with charts, tables, and more for engaging content. A step-by-step guide with samples....leveraging data from JSON or XML sources and templates in different...
How to extract images from HTML file using .NET REST API. Extract Base64, inline, embedded, and linked images from HTML using the best HTML image extractor...more about: Extract Text from XML in C# Add Image Watermark to...
Programmatically edit PowerPoint presentations using a REST API on the cloud in Python with Document Editor Cloud SDK for Python....Programmatically Generate HTML Report from XML Data in Python using Rest API...
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...."fileFormat" : "Microsoft Word Open XML Document" , "extension" : ".docx"...
This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on pages.
Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information.
cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FilePath": "annotationdocs/one-page.docx" }' Windows PowerShell curl.exe -v "https://api.groupdocs.cloud/v2.0/annotation/info" ` -X POST ` -H "Content-Type: application/json" ` -H "Accept: application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'annotationdocs/one-page...."fileFormat" : "Microsoft Word Open XML format" , "size" : 16646 , "dateModified"...
Convert JSON array to CSV table using C# REST API. This article is about how to convert CSV to JSON or JSON to CSV Programmatically in C#.... It is an alternative to XML file for storing and transferring...