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

value

(0.02 sec)
  1. Metadata | Documentation

    Metadata data structure used for setting output document metadata. Metadata example: { "Author": "string", "LastSaveBy": "string", "Company": "string" } Name Description Author Value of document Author LastSaveBy Value of last save by author of document Company Value of Company of document...Description Author Value of document Author LastSaveBy Value of last save...author of document Company Value of Company of document Was this...

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

    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....SearchCriteria ": { " NameOptions ": { " Value ": " ^dc:.* ", " MatchOptions...[ { "name" : "dc:title" , "value" : "" , "propertyType" : "String"...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  4. 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/
  5. 413gphjmquu9edbn2negq413a

    nonpremultipled keyword=Software, Value=Adobe ImageReady, encoding=ISO-8859-1, compression=none keyword=Software, Value=Adobe ImageReady deflate 1.0 16 8 8 8 8 PixelInterleaved width=16, height=16,......nonpremultipled keyword=Software, value=Adobe ImageReady, encoding=ISO-8859-1...compression=none keyword=Software, value=Adobe ImageReady deflate 1.0...

    static.licdn.com/sc/h/413gphjmquu9edbn2negq413a
  6. 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...
  7. 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/
  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)....contain different types of values: string; datetime; integer;...the resultant file. Default value is “/add_metadata” Properties...

    docs.groupdocs.cloud/metadata/add-metadata/
  9. InfoResult | Documentation

    InfoResult data structure returned by Document Info API as output result InfoResult example { "FormatExtension": "string", "Format": "string", "Pages": [ { "Number": 0, "Width": 0, "Height": 0, "Visible": true, "Lines": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Words": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Characters": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string" } ] } ] } ] } ], "Attachments": [ { "Name": "string" } ], "ArchiveViewInfo": { "Folders": [ "string" ] }, "CadViewInfo": { "Layers": [ { "Name": "string", "Visible": true } ], "Layouts": [ { "Name": "string", "Width": 0, "Height": 0 } ] }, "ProjectManagementViewInfo": { "StartDate": "2020-04-02T05:56:17...."Width" : 0 , "Height" : 0 , "Value" : "string" , "Words" : [ {..."Width" : 0 , "Height" : 0 , "Value" : "string" , "Characters" :...

    docs.groupdocs.cloud/viewer/inforesult/
  10. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage Required FileInfo....watermark to search by Possible values: Height, Width SizeSearchCriteria...SizeSearchCriteria.Maximum Dimension ending value SizeSearchCriteria.Minimum Dimension...

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