Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 604 for

metadata curl

(0.14 sec)
  1. Update PPTX File in .NET: Complete Developer Guide

    Learn how to update PPTX files in .NET using GroupDocs.Editor Cloud SDK for .NET. This guide provides code, setup, and REST API examples for editing slides....PPTX File via REST API using cURL Conclusion FAQs Read More GroupDocs...modify slide text, images, and metadata without leaving your code...

    blog.groupdocs.cloud/editor/update-pptx-file-in...
  2. Compare PDF Files | Compare PDF Documents in C#

    How to compare PDF files efficiently with GroupDocs.Comparison Cloud SDK. Our detailed guide provides step-by-step instructions to compare two PDF files....in C# Compare Two PDFs using cURL Commands REST API to Compare...pdf . Compare Two PDFs using cURL Commands # GroupDocs.Comparison...

    blog.groupdocs.cloud/comparison/compare-pdf-fil...
  3. Java: Convert MPP to HTML | Develop MPP to HTML...

    Learn how to convert Microsoft Project (MPP) files to HTML online using REST API. Easily share and view project plans in any web browser....Project to HTML Conversion using cURL Commands Java API for MPP to...Project to HTML Conversion using cURL Commands # Converting MPP to...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  4. Extract Text from XML in C# | Get XML Text usin...

    Learn how to extract text from XML files in C# using .NET Cloud SDK. Get text from XML documents programmatically or download XML text online....XML Get Text from XML using cURL Commands Free Online XML Text...in C# Get Text from XML using cURL Commands Free Online XML Text...

    blog.groupdocs.cloud/parser/extract-text-from-x...
  5. Revealing First Public Release of Next Generati...

    GroupDocs.Comparison Cloud is a REST API for comparison of documents with manipulatation alongwith changes in the cloud....'action':'Reject'}]}" cURL Example # curl -v "https://api.groupdocs...MarkDeletedInsertedC = false, MetaData = new ComparisonMetadataVa()...

    blog.groupdocs.cloud/comparison/announcing-firs...
  6. Get Document Information | Documentation

    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....Metadata Product Solution GroupDocs...document description with metadata and coordinates of text on...

    docs.groupdocs.cloud/annotation/get-document-in...
  7. Authenticating API Requests | Documentation

    There is only one way to authenticate GroupDocs Cloud REST APIs: by using OAuth 2.0 protocol with JWT Bearer Token. The JWT token is extracted and validated by our APIs from the Authorization request header. OAuth 2.0 OAuth 2.0 is an authorization framework that enables your applications to obtain access to data to different APIs. OAuth provides authorization flows for web and desktop applications, and mobile devices. What is a JSON Web Token (JWT)?...Metadata Product Solution GroupDocs...Header The header contains the metadata for the token and it minimally...

    docs.groupdocs.cloud/total/authenticating-api-r...
  8. Create or Update Template | Documentation

    This REST API provides the functionality to save or update files that can be used in Parse endpoint. It’s easy to define and save the template to extract data from invoices, prices or other kinds of your typical documents. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage....Metadata Product Solution GroupDocs...User-generated template to extract metadata from the document. Required...

    docs.groupdocs.cloud/parser/create-or-update-te...
  9. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Watermark Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name Curl example Linux/MacOS/Bash Curl -X GET 'https://api.groupdocs.cloud/v1.0/watermark/storage/MyStorage/exist' \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell Curl....Metadata Product Solution GroupDocs...Storage name cURL example Linux/MacOS/Bash curl -X GET 'https://api...

    docs.groupdocs.cloud/watermark/working-with-sto...
  10. Get Supported File Formats | Documentation

    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 Linux/MacOS/Bash # 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=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Curl example to get document information Curl -v "https://api....Metadata Product Solution GroupDocs...API directly from the browser. cURL example Linux/MacOS/Bash # First...

    docs.groupdocs.cloud/watermark/get-supported-fi...