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"...
File conversion APIs allow you to convert files to any file format instantly.This article shows how to convert Markdown to PDF and PDF to Markdown in Python...in Python Convert XML to CSV and CSV to XML in Python How to Convert...
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...