Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 591 for

metadata curl

(0.06 sec)
  1. 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....Remove, Update, and Extract Metadata using Java and .NET Facebook...has launched the Document Metadata Manipulation Cloud API. This...

    blog.groupdocs.cloud/2020/04/27/manipulate-meta...
  2. Add Metadata By Property Name Match Regex | Doc...

    This REST API allows you to add Metadata information as properties which names are match the specified regular expression. Curl example The following example demonstrates how to add Metadata date and time information in all properties with the same name that have string ‘print’ in any place of the name. 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  3. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows to set document Metadata new values choosing properties with names matching the specified regular expression. Curl example The following example demonstrates how to set Metadata information to all properties that match regular expression “^NameOfApp.*”. 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/set-metadata-by-p...
  4. Remove Metadata By Property Name Match Regex | ...

    This REST API allows to remove Metadata properties from the document choosing the properties with names matching the specified regular expression. Curl example The following example demonstrates how to remove Metadata properties that match regular expression “^[N]ame[A-Z].*”. 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/remove-metadata-b...
  5. Add Metadata By Property Name Match Exact Phras...

    This REST API allows you to add Metadata information as properties with specified name. Curl example The following example demonstrates how to add Metadata date and time information in all properties with the 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/add-metadata-by-p...
  6. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. Curl example Request Curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.docx" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response Content-type: application/json { "fileType": "docx", "pageCount": 4, "size": 8651, "width": 0, "height": 0, "horizontalResolution": 0, "verticalResolution": 0, "bitsPerPixel": 0, "title": "", "author": "", "createdDate": "2016-05-18T00:00:00Z", "modifiedDate": "0001-01-01T00:00:00", "layers": null, "isPasswordProtected": false } SDK examples The API is completely independent of your operating system, database system or development language....Metadata Product Solution GroupDocs.../ Get Document Metadata Get Document Metadata Leave feedback...

    docs.groupdocs.cloud/conversion/get-document-me...
  7. Remove Metadata By Property Name Match Exact Ph...

    This REST API allows to remove Metadata properties from the document choosing the properties with specified name. Curl example The following example demonstrates how to remove Metadata properties that have exact “NameOfApplication” names. 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.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Curl example to join several documents into one Curl -v "https://api....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  8. Extract Metadata By Property Name Match Regex |...

    This REST API allows to extract Metadata properties from the document choosing the properties which names are matching the specified regular expression. Curl example The following example demonstrates how to extract Metadata information from all properties with the “dc” string in the beginning of the name. 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  9. .NET, Java, Node.js, Python APIs & Online Metad...

    Document Metadata APIs native to C# .NET & Java. Read, write, edit & compare meta information of all popular formats. Analyze & export Metadata....Document Metadata Management Solution APIs and apps to read,... edit, replace and remove metadata of documents, images and other...

    products.groupdocs.com/metadata/
  10. Set Metadata By Property Name Match Exact Phras...

    This REST API allows to set document Metadata new values choosing properties with specified name. Curl example The following example demonstrates how to set Metadata information to 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.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Curl example to join several documents into one Curl -v "https://api....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...