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....Editor Product Solution GroupDocs...
This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value.
cURL example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” value.
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....Editor Product Solution GroupDocs...
GroupDocs.Metadata Cloud SDKs GroupDocs.Metadata Cloud is a modern REST-oriented API, that allows easy integration into existing systems.
Why use an SDK? Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project.
SDK benefits Our supported SDKs are 100% tested and out of the box running....Editor Product Solution GroupDocs...
This REST API allows to add metadata properties to the document choosing the right place to add by approximate or a part of metadata tag name.
This API allows you to specify any part of metadata tag name or tag category name.
cURL example The following example demonstrates how to add metadata date and time information in all properties that have particular string phrase in theirs tag names.
Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Editor Product Solution GroupDocs...
No se necesita tarjeta de crédito para utilizar un generador de páginas web gratuito. Utilicemos una versión en línea de Groupdocs.Conversion SDKS y API REST para convertir JPG a HTML....de Word en línea usando un editor de Word gratuito Convertir...
Mulai gunakan pengonversi gambar ke PDF ini untuk mengonversi JPG ke PDF online di browser web. Groupdocs.Conversion menawarkan Cloud SDK & API untuk konversi gambar....seperti Anotasi, Perbandingan, Editor, dll. Selain itu, Anda dapat...
This REST API allows to extract metadata properties from the document choosing the properties by exact tag and category name.
cURL example The following example demonstrates how to extract metadata information from all properties with Created tag.
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....Editor Product Solution GroupDocs...
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....Editor Product Solution GroupDocs...
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....Editor Product Solution GroupDocs...
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 that may have names containing specified string value.
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....Editor Product Solution GroupDocs...