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

value

(0.04 sec)
  1. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows to set rendering format, available Values are: HTML, JPG, PNG, PDF....available values are: HTML, JPG, PNG, PDF. Default value is “HTML”...output path for results. Default value is ‘viewer{input file path}_{file...

    docs.groupdocs.cloud/viewer/viewoptions/
  2. Parse by Template | Documentation

    This REST API provides the functionality to extract data from documents. This method parses document content by a user-generated template. The template can be provided as an object or storage path. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified when parsing documents by a template. Name Description Comment FileInfo.FilePath The path of the document, located in the storage.... An integer value that represents the index of...template field position. Possible values are: “Fixed”, “Linked”, “Regex”...

    docs.groupdocs.cloud/parser/parse-by-template/
  3. 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/
  4. 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/
  5. 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/
  6. 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/
  7. Working with Charts | Documentation

    How-to-use different types of charts and graphs, work with chart options and colors in document templates with GroupDocs Assembly Cloud....Series — logically grouped multi-value data elements — that function...follows: << x [ x_value_expression ]>> An x-value expression for...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  8. 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-...
  9. 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
  10. 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/