Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 1,570 for

value

(0.03 sec)
  1. 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.*”. 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....to set document metadata new values choosing properties with names...SearchCriteria ": { " NameOptions ": { " Value ": " ^NameOfApp.* ", " MatchOptions...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  2. Set Metadata By Property Name Match Exact Phras...

    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....to set document metadata new values choosing properties with specified...SearchCriteria ": { " NameOptions ": { " Value ": " NameOfApplication ", "...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  3. 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....{ "name" : "CreateTime" , "value" : "03/22/2016 17:08:00" , "propertyType"...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  4. PdfOptions | Documentation

    PdfOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "DocumentOpenPassword": "string", "PermissionsPassword": "string", "Permissions": ["AllowAll", "DenyModification"], "PdfOptimizationOptions": {}, "ImageMaxWidth": 0, "ImageMaxHeight": 0, "ImageWidth": 0, "ImageHeight": 0 } ImageOptions fields Name Description RenderOptions fields PdfOptions inherits all properties of RenderOptions DocumentOpenPassword The password required to open the PDF document PermissionsPassword The password required to change permission settings; Using a permissions password you can restrict printing, modification and data extraction Permissions The array of PDF document permissions.... Allowed values are: AllowAll, DenyPrinting...DenyDataExtraction, DenyAll. Default value is AllowAll, if now permissions...

    docs.groupdocs.cloud/viewer/pdfoptions/
  5. Sending texts for processing | Documentation

    How to send texts for processing to the selected language....variants to return, accepted values One, Two or Three. diversityDegree...Degree of paraphrasing, accepted values Off, Medium and High. Simplify...

    docs.groupdocs.cloud/rewriter/text/request/
  6. Working with DSV Documents | Documentation

    DSV (Delimiter-Separated Values) documents are a specific form of text-based spreadsheets with delimiters (separators). There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....this page (Delimiter-Separated Values) documents are a specific form...ConvertDateTimeData Gets or sets a value that indicates whether the string...

    docs.groupdocs.cloud/editor/working-with-dsv-do...
  7. 8c844ab73c9163b6f53791ac36a9f18850305ab3.js

    "define"in window&&define("discourse/theme-2/initializers/theme-field-1-common-html-script-1",["exports","discourse/lib/plugin-api"],(function(e,t){"use strict" Object.defineProperty(e,"__esModule"......defineProperty(e,"__esModule",{value:!0}),e.default=void 0 requi...

    forum.groupdocs.cloud/theme-javascripts/8c844ab...
  8. Hello, world! | Documentation

    Get familiar with GroupDocs.Translation Cloud by running a bare minimum example....HelloWorld application and copy the values from Client Id and Client Secret...--data-urlencode 'client_id=CLIENT-ID-VALUE' \ --data-urlencode 'client...

    docs.groupdocs.cloud/translation/hello-world/
  9. Hello, world! | Documentation

    Get familiar with GroupDocs.Rewriter Cloud by running a bare minimum example....HelloWorld application and copy the values from Client Id and Client Secret...--data-urlencode 'client_id=CLIENT-ID-VALUE' \ --data-urlencode 'client...

    docs.groupdocs.cloud/rewriter/hello-world/
  10. 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....SearchCriteria ": { " NameOptions ": { " Value ": " Application " } } }" Response...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/metadata/remove-metadata-b...