Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 1,429 for

value

(0.03 sec)
  1. Signature Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Signature Options objects and object properties SignOptionsCollectionData Object Provides list of options for documents signing. Example SignOptionsCollectionData object { "items": [ { "barcodeTypeName": "Code39Standard", "borderVisiblity": true, "borderDashStyle": "Solid", "borderWeight": 1.0, "opacity": 1.0, "text": "123456789012", "left": 10, "top": 10, "width": 200, "height": 100, "locationMeasureType": "Pixels", "sizeMeasureType": "Pixels", "stretch": "PageHeight", "rotationAngle": 0, "horizontalAlignment": "Left", "verticalAlignment": "Center", "margin": { "all": 5, "left": 5, "top": 5, "right": 5, "bottom": 5 }, "marginMeasureType": "Pixels", "signAllPages": false, "font": { "fontFamily": "Times New Roman", "fontSize": 14.... Default value is empty. SignatureImplementat...add Text Signature. Default value is 1. SheetNumber int Gets or...

    docs.groupdocs.cloud/signature/signature-option...
  2. 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....containing specified string value. Request # First get JSON Web..."" }, " Properties ": [ { " Value ": " 02-12-2020 04:41:10 ",...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  3. Remove Metadata | Documentation

    This REST API allows to remove metadata from the documents. With this API you can search metadata to remove with following features: There are many ways to specify what property should be removed. 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). Values of different types: string; datetime; integer; double; boolean; The table below contains the full list of properties that can be specified when removing metadata to the document.... values of different types: string;...the resultant file. Default value is “/remove_metadata” SearchCriteria...

    docs.groupdocs.cloud/metadata/remove-metadata/
  4. Verification Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Verification Options objects and object properties VerifyOptionsCollectionData Object Provides list of options for documents verification. Example VerifyOptionsCollectionData object { "items": [ { "items": [ { "barcodeTypeName": "Code39Standard", "matchType": "Contains", "text": "123456789012", "verifyAllPages": true, "isValid": false, "documentPageNumber": 3, "pagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "pageNumbers": [ 1, 3, 5 ] } }, { "password": "1234567890", "certificateGuid": "certificates\SherlockHolmes.... Default value is empty. DocumentPageNumber... Parameter is optional. if value is not set program will try...

    docs.groupdocs.cloud/signature/verification-opt...
  5. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Rewriter Cloud API requests....created application and copy the values from Client Id and Client Secret...the value from Client Id field. client_secret - the value from...

    docs.groupdocs.cloud/rewriter/authorization/
  6. 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....allows to set metadata new values into existing properties of...contain different types of values: string; datetime; integer;...

    docs.groupdocs.cloud/metadata/set-metadata/
  7. Extract Metadata | Documentation

    This REST API allows to extract metadata from the documents. With this API you can extract metadata with following features: Extract whole metadata properties tree; Extract properties with specified tag; Extract properties with specified name; Extract properties with specified Value; The table below contains the full list of properties that can be specified when extracting metadata from the document. Name Description Comment FileInfo.FilePath The path of the document, located in the storage....Extract properties with specified value; The table below contains the...searching by name NameOptions.Value The value for name matching. Required...

    docs.groupdocs.cloud/metadata/extract-metadata/
  8. Sending files for translation | Documentation

    How to send files for translation to the selected languages....settings Property Type Default value Description sourceLanguage String...the worksheet index and the value is either list of indexes of...

    docs.groupdocs.cloud/translation/file/request/
  9. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....watermark to search by Possible values: Height, Width SizeSearchCriteria...SizeSearchCriteria.Maximum Dimension ending value SizeSearchCriteria.Minimum Dimension...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  10. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....watermark to search by Possible values: Height, Width SizeSearchCriteria...SizeSearchCriteria.Maximum Dimension ending value SizeSearchCriteria.Minimum Dimension...

    docs.groupdocs.cloud/watermark/replace-watermarks/