Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 1,882 for

value

(0.18 sec)
  1. 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. 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....By Property Value Set Metadata By Property Value Leave feedback...metadata new values choosing properties which values are matching...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  2. Remove Metadata By Property Value | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties which Values are matching the specified. cURL example The following example demonstrates how to remove metadata 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. curl -v "https://api....By Property Value Remove Metadata By Property Value Leave feedback...choosing the properties which values are matching the specified...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  3. 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....By Property Value Extract Metadata By Property Value Leave feedback...properties which values are matching the specified value. cURL example...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  4. Interface: HttpService

    Docker extension API reference... then (( value : any ) => console . log ( value ) Parameters...}) . then (( value : any ) => console . log ( value )); Parameters...

    docs.docker.com/desktop/extensions-sdk/dev/api/...
  5. Search Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Search Options objects and object properties SearchOptionsCollectionData Object Provides list of options for documents searching. Example SearchOptionsCollectionData object { "items": [ { "barcodeTypeName": "Code39Standard", "text": "123456789012", "matchType": "Contains", "documentPageNumber": 3, "pagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "pageNumbers": [ 1, 3, 5 ] }, "searchAllPages": true }, { "documentPageNumber": 3, "pagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "pageNumbers": [ 1, 3, 5 ] } ] } SearchOptionsCollectionData Object Fields...Optional Barcode Type name (value one of supported Barcode Type...Barcodes with exact Type. When value is not set no Type criteria...

    docs.groupdocs.cloud/signature/search-options-o...
  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. ImageOptions | Documentation

    ImageOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "Width": 0, "Height": 0, "ExtractText": false, "JpegQuality": 0, } ImageOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions Width Allows to specify output image width. Specify image width in case when you want to change output image dimensions. When Width has Value and Height Value is 0 then Height Value will be calculated to save image proportions....Width has value and Height value is 0 then Height value will be...Height has value and Width value is 0 then Width value will be calculated...

    docs.groupdocs.cloud/viewer/imageoptions/
  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/