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

annotation properties

(0.1 sec)
  1. Extract Metadata By Property Name | Documentation

    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 that have “Date” string in 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....Annotation Product Solution GroupDocs...Metadata By Property Name Extract Metadata By Property Name Leave...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  2. Set Metadata | Documentation

    This REST API allows to set metadata new values into existing Properties of the documents. With this API you can set metadata with following features: Metadata Properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be edited. You could search for Properties to set by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name); value....Annotation Product Solution GroupDocs...new values into existing properties of the documents. With this...

    docs.groupdocs.cloud/metadata/set-metadata/
  3. 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....Annotation Product Solution GroupDocs...By Property Name Match Regex Extract Metadata By Property Name...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  4. Extract Metadata By Tag | Documentation

    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....Annotation Product Solution GroupDocs...metadata properties from the document choosing the properties by exact...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  5. 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....Annotation Product Solution GroupDocs...Metadata / Extract Metadata By Property Name Match Exact Phrase Extract...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  6. Add Metadata | Documentation

    This REST API allows to add metadata to the documents. With this API you can add metadata with following features: Metadata Properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be added. You could search for Properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name)....Annotation Product Solution GroupDocs...following features: Metadata properties could contain different types...

    docs.groupdocs.cloud/metadata/add-metadata/
  7. New SDK Versions Have Been Released for GroupDo...

    With these new Cloud SDKs, developers on different platforms can easily integrate GroupDocs’ document collaboration tools into their apps and sites....Annotation for Cloud API GroupDocs.Annotation for Cloud...Cloud is a document annotation API that allows end users to review...

    blog.groupdocs.cloud/total/get-up-and-running-q...
  8. Extract Metadata By Property Value | Documentation

    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....Annotation Product Solution GroupDocs...Metadata By Property Value Extract Metadata By Property Value Leave...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  9. ConvertOptions | Documentation

    Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } png, gif, bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....Annotation Product Solution GroupDocs...xlsb, ods, xltx, xltm, tsv Properties Description format Convert...

    docs.groupdocs.cloud/conversion/convertoptions/
  10. Add Metadata By Property Name | Documentation

    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....Annotation Product Solution GroupDocs...Metadata By Property Name Add Metadata By Property Name Leave...

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