Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 591 for

metadata curl

(0.05 sec)
  1. Extract Metadata By Property Name Match Exact P...

    This REST API allows to extract Metadata properties from the document choosing the properties to extract by name. Curl example The following example demonstrates how to extract Metadata information from all properties with the exact same name as specified. Request # 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  2. Manage Metadata of Documents using Java & .NET ...

    Add Metadata, edit, remove & extract Metadata from 50+ file formats in Java and C# using REST API and open-source Metadata SDKs for Java and .NET....has launched the Document Metadata Manipulation Cloud API. This...This enriches the document metadata management solution of GroupDocs...

    blog.groupdocs.cloud/metadata/manipulate-metada...
  3. File Metadata Example - Free Support Forum - gr...

    I’m trying to get started using this API on Windows, but I cant for the life of me figure out how to set the file path. I have it set as: fileInfo.setFilePath (“E:\Films\2 Guns.mkv”); but if cant find the file. I’ve tr…...File Metadata Example GroupDocs.Metadata Cloud Product Family...@pmcerlean Please note Aspose.Metadata Cloud API processes files...

    forum.groupdocs.cloud/t/file-metadata-example/1090
  4. About - groupdocs.cloud - Websites - groupdocs.com

    groupdocs.cloud Low code document manipulation APIs that can be accessed from everywhere. Any language or platform th......Metadata GroupDocs.Classification GroupDocs...online. GroupDocs.Metadata Cloud GroupDocs.Metadata Cloud API is a...

    websites.groupdocs.com/groupdocs/cloud/
  5. About - groupdocs.cloud - Websites - groupdocs....

    groupdocs.cloud Low code document manipulation APIs that can be accessed from everywhere. Any language or platform th......Metadata GroupDocs.Classification GroupDocs...online. GroupDocs.Metadata Cloud GroupDocs.Metadata Cloud API is a...

    websites.groupdocs.cloud/groupdocs/cloud/
  6. Build Document Automation Apps via REST APIs | ...

    Product range includes REST APIs & open-source Cloud SDKs to view, annotate, compare, e-Sign, merge, classify & convert documents & images of many formats....Viewer Cloud for cURL GroupDocs.Viewer Cloud SDK for...GroupDocs.Annotation Cloud for cURL GroupDocs.Annotation Cloud SDK...

    products.groupdocs.cloud
  7. Working With Files | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Metadata Cloud API Reference lets you try out Download a File 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 Path Path of the file including file name and extension e.g. /Folder1/file.extRequired. Can be passed as a query string parameter or as part of the URL storageName Name of the storage....Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Cloud / Developer Guide /...

    docs.groupdocs.cloud/metadata/working-with-files/
  8. 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.Metadata 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 Request Curl -X GET "https://api.groupdocs.cloud/v1.0/Metadata/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Cloud / Developer Guide /...

    docs.groupdocs.cloud/metadata/working-with-stor...
  9. Working With Folder | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find the folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Metadata Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs expose....Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Cloud / Developer Guide /...

    docs.groupdocs.cloud/metadata/working-with-folder/
  10. Get Container Items Information | Documentation

    This REST API endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, PDF portfolios, MS Outlook storages. 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. FileInfo.Password The password to open file It should be specified only for password-protected documents....Metadata Product Solution GroupDocs...example. HTTP POST ~/container cURL example The following example...

    docs.groupdocs.cloud/parser/get-container-items...