Sort Score
Result 10 results
Languages All
Labels All
Results 5,061 - 5,070 of 11,991 for

java examples

(0.06 sec)
  1. Convert AIFF to WAV on Android

    REST APIs for documents & images conversion on Android device. Convert between PDF, Microsoft Word, Excel, AIFF, WAV, PPTX, Project, HTML, email and images....and comes with SDKs and live examples for all major languages. Our...Conversion SDKs along with working examples hosted at Github helps our...

    products.groupdocs.cloud/conversion/android/aif...
  2. Convert WAV to AIFF on Android

    REST APIs for documents & images conversion on Android device. Convert between PDF, Microsoft Word, Excel, WAV, AIFF, PPTX, Project, HTML, email and images....and comes with SDKs and live examples for all major languages. Our...Conversion SDKs along with working examples hosted at Github helps our...

    products.groupdocs.cloud/conversion/android/wav...
  3. Convert WMA to M4A on Android

    REST APIs for documents & images conversion on Android device. Convert between PDF, Microsoft Word, Excel, WMA, M4A, PPTX, Project, HTML, email and images....and comes with SDKs and live examples for all major languages. Our...Conversion SDKs along with working examples hosted at Github helps our...

    products.groupdocs.cloud/conversion/android/wma...
  4. Convert WMA to WAV on Android

    REST APIs for documents & images conversion on Android device. Convert between PDF, Microsoft Word, Excel, WMA, WAV, PPTX, Project, HTML, email and images....and comes with SDKs and live examples for all major languages. Our...Conversion SDKs along with working examples hosted at Github helps our...

    products.groupdocs.cloud/conversion/android/wma...
  5. Arrow Annotation | Documentation

    Arrow annotation draws an arrow on the document. 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add 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.... cURL example Request // First get JSON Web...application/json" // cURL example to add annotation into document...

    docs.groupdocs.cloud/annotation/arrow-annotation/
  6. Remove Metadata By Property Name | Documentation

    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 may have names containing “Application” string. 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.... cURL example The following example demonstrates how..."Accept: application/json" # cURL example to join several documents into...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  7. 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.... cURL example The following example demonstrates how..."Accept: application/json" # cURL example to join several documents into...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  8. Set Metadata By Possible Tag Name | Documentation

    This REST API allows to set document metadata new values choosing properties to edit 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 set new metadata creator 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.... cURL example The following example demonstrates how..."Accept: application/json" # cURL example to join several documents into...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  9. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document. Endpoint accepts document storage path as input payload. Here are the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicator. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required.... cURL example Request # First get JSON Web..."Accept: application/json" # cURL example to get document information...

    docs.groupdocs.cloud/metadata/get-document-info...
  10. Get Metadata Tags Information | Documentation

    This REST API allows to obtain tags and properties information from document metadata. Endpoint accepts document storage path as input payload. Operation traverses whole metadata tree packages and retrieve properties within the package. 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 Could be omitted for default storage. Resource URI HTTP POST ~/metadata/tags Swagger UI lets you call this REST API directly from the browser.... cURL example Request # First get JSON Web..."Accept: application/json" # cURL example to get document information...

    docs.groupdocs.cloud/metadata/get-metadata-tags...