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

annotation properties

(0.05 sec)
  1. 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/
  2. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts to be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows to use common color, or “UseObjectColor” - Allows to use separate color for every object drawColor A foreground/draw color (for example: “Red”) { "layoutNames": ["Floor1", "Floor3"], "drawColor": "Red", "backgroundColor": "White" } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv, xlt Properties Description format The format of input file, (“docx”, for example)....Annotation Product Solution GroupDocs... dwf, stl, Ifc, plt, Igs Properties Description format The format...

    docs.groupdocs.cloud/conversion/loadoptions/
  3. 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...
  4. 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. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d 'grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET' \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Add metadata to a document 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...
  5. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing Properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all Properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Annotation Product Solution GroupDocs...Metadata By Property Value Set Metadata By Property Value Leave...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  6. 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. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to add metadata to a document curl -v "https://api....Annotation Product Solution GroupDocs...Metadata / Add Metadata By Property Name Match Exact Phrase Add...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  7. Set Metadata By Property Name | Documentation

    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 date and time information in all Properties that may have names containing “Date” value. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api....Annotation Product Solution GroupDocs...Metadata By Property Name Set Metadata By Property Name Leave...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  8. 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/
  9. 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. Linux/MacOS/Bash # Get JSON Web Token # Retrieve CLIENT_ID and CLIENT_SECRET from your GroupDocs Cloud dashboard. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Add metadata to a document (example) curl -v "https://api....Annotation Product Solution GroupDocs...Metadata By Property Name Match Regex Add Metadata By Property Name...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  10. 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.*”. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Annotation Product Solution GroupDocs...Metadata By Property Name Match Regex Set Metadata By Property Name...

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