Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 1,964 for

value

(0.03 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. Create or Update Template | Documentation

    This REST API provides the functionality to save or update files that can be used in Parse endpoint. It’s easy to define and save the template to extract data from invoices, prices or other kinds of your typical documents. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage.... An integer value that represents the index of...template field position. Possible values are: “Fixed”, “Linked”, “Regex”...

    docs.groupdocs.cloud/parser/create-or-update-te...
  3. 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/
  4. RenderOptions | Documentation

    RenderOptions data structure used as part of ViewOptions data structure. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. RenderOptions example { "StartPageNumber": 0, "CountPagesToRender": 0, "PagesToRender": [ 0 ], "PageRotations": [ { "PageNumber": 0, "RotationAngle": "On90Degree" } ], "DefaultFontName": "string", "DefaultEncoding": "string", "DetectEncoding": true, "RenderComments": true, "RenderNotes": true, "RenderHiddenPages": true, "SpreadsheetOptions": { "PaginateSheets": true, "CountRowsPerPage": 0, "CountColumnsPerPage": 0, "RenderGridLines": true, "RenderEmptyRows": true, "RenderEmptyColumns": true, "RenderHiddenRows": true, "RenderHiddenColumns": true, "RenderHeadings": true, "RenderPrintAreaOnly": true, "TextOverflowMode": "Overlay" }, "CadOptions": { "ScaleFactor": 0, "Width": 0, "Height": 0, "Tiles": [ { "StartPointX": 0, "StartPointY": 0, "Width": 0, "Height": 0 } ], "RenderLayouts": true, "LayoutName": "string", "Layers": [ "string" ] }, "EmailOptions": { "PageSize": "Unspecified", "FieldLabels": [ { "Field": "string", "Label": "string" } ], "DateTimeFormat": "string", "TimeZoneOffset": "string" }, "ProjectManagementOptions": { "PageSize": "Unspecified", "TimeUnit": "Unspecified", "StartDate": "2024-03-25T06:24:32.... Default value is 50. SpreadsheetOptions.RenderGridLines...rendering as PDF or image.Supported values {Unknown,Letter,Ledger,A0,A1...

    docs.groupdocs.cloud/viewer/renderoptions/
  5. 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...
  6. Working with Data | Documentation

    Programming techniques, designed to apply data filtering, grouping and formatting throughout the Report Generation process using GroupDocs Assembly Cloud....calculate expensive expression values just once and apply them several...declared in a template, its value can be accessed using the name...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  7. 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-...
  8. 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
  9. Search for document in GroupsDocs Windows azure...

    Hi @GroupDocs team, I have files in my Azure Storage, I have given them metadata key->Value pair for each document. See the image for details screenshot-portal.azure.com-2021.04.15-21_58_50.png (102.7 KB) So, I need t…...have given them metadata key->value pair for each document. See...metadata specified in the key value. I don’t have the document name...

    forum.groupdocs.cloud/t/search-for-document-in-...
  10. 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/