Storage existance API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage.
API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes.
Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK example Our API is completely independent of your operating system, database system or development language.... Message ); } } } } Java package examples.Working_With_Storage...Utils ; public class Comparison_Java_Storage_Exist { public static...
Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage.
API Explorer GroupDocs.Conversion Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes.
Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/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....> Java package examples.Working_With_Storage...Utils ; public class Conversion_Java_Storage_Exist { public static...
Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage.
API Explorer GroupDocs.Editor 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/editor/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.... Message ); } } } } Java package examples.Working_With_Storage...Utils ; public class Annotation_Java_Storage_Exist { public static...
This REST API provides the functionality to remove files which no more useful in Parse endpoint. You can use storage methods to remove template files as well. 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. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the Delete Template example.... C# Java Was this page helpful? Not really...
This REST API allows to remove metadata properties from the document choosing the properties to remove 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 remove metadata properties that have “creator” phrase in theirs tag names.
Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.... C# Java Was this page helpful? Not really...
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.... C# Java Was this page helpful? Not really...
Delete method allows to remove all added annotations.
API usage There are steps that usage of GroupDocs.Annotation Cloud consists of:
Upload input document into cloud storage and other files, like image annotation Add annotation Download document with annotations Delete annotations HTTP POST ~/annotation/remove Swagger UI lets you call this REST API directly from the browser.
cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard.... Title ); Java & Android // For complete examples.../groupdocs-annotation-cloud-java-samples String MyAppKey = ""...
This REST API allows extracting images from specific pages only by setting pages range. This operation supports only documents with pages. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options.
Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract images by a page number example.
cURL example The following example demonstrates how to extract images by a page number range.
Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.... C# Java Was this page helpful? Not really...
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.... C# Java Was this page helpful? Not really...