Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 1,964 for

value

(0.04 sec)
  1. PreviewOptions | Documentation

    PreviewOptions structure defines options for creating documents preview FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Format": "PNG", "PageNumbers": [ 0 ], "Width": 0, "Height": 0, "RenderComments": true } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure AnnotationIds Array of IDs of annotations to remove from the document. Format Preview format. Supported Values are: PNG, JPEG or BMP. Default Value is PNG. PageNumbers Page numbers to create preview for Width Preview image width Height Preview image height RenderComments Show comments in preview...Supported values are: PNG, JPEG or BMP. Default value is PNG. PageNumbers...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/annotation/previewoptions/
  2. Get Metadata Tags Information | Documentation

    This REST API allows to obtain tags and properties information from document metadata. Endpoint accepts document storage path as input payload. Operation traverses whole metadata tree packages and retrieve properties within the package. 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.StorageName Storage name Could be omitted for default storage. Resource URI HTTP POST ~/metadata/tags Swagger UI lets you call this REST API directly from the browser....{ "name" : "FileFormat" , "value" : null , "propertyType" : "Empty"...}, { "name" : "MimeType" , "value" : null , "propertyType" : "Empty"...

    docs.groupdocs.cloud/metadata/get-metadata-tags...
  3. ChangeInfo | Documentation

    ChangeInfo data structure returned by /comparison/changes API as output result. Also used by /comparison/updates API as input. ChangeInfo example: { "id": 0, "comparisonAction": "None", "type": "Inserted", "text": "lol", "targetText": "Latin (i/?læt?n/, /?læt?n/; Latin: lingua lat?na, IPA: [?l????a la?ti?na]) is a classical language, originally spoken inLatium, Italy, which belongs to the Italic branch of the Indo-European languages.[3] The Latin alphabet is derived from the Etruscan and Greek alphabetslol.", "authors": [ "?GroupDocs" ], "styleChangeInfo": [], "pageInfo": { "width": 0, "height": 0, "pageNumber": 0 }, "box": { "height": 0, "width": 0, "x": 0, "y": 0 } } Name Description Id Id of change ComparisonAction Action (accept or reject)....Name of changed style OldValue Value of changed style from source...source document NewValue Value of changed style from target document...

    docs.groupdocs.cloud/comparison/changeinfo/
  4. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Translation 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/translation/authorization/
  5. Convert XLSX in GroupDocs.Conversion Cloud Cont...

    Convert XLSX in GroupDocs.Conversion Cloud Container Miss Some Rows Hello, when converting XLSX to XLSX, I see that some rows are missing. for example, the ones that are painted yellow under line 3......the empty ones between the value "123" and the upper lines. attached...the empty ones between the value “123” and the upper lines. attached...

    forum.groupdocs.cloud/t/convert-xlsx-in-groupdo...
  6. ConversionResult | Documentation

    ConversionResult data structure returned by Document Conversion API as output result ConversionResult example [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" }, ... ] ConversionResult fields Name Description name Name of the converted document size Size of the converted document url Page file path in the cloud storage. Use this Value to download page using File API... Use this value to download page using Was this...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/conversion/conversionresult/
  7. 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/
  8. Set Metadata By Property Name | Documentation

    This REST API allows to set document metadata new Values choosing properties with specified name. cURL example The following example demonstrates how to set metadata date and time information in all properties that may have names containing “Date” 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....to set document metadata new values choosing properties with specified...have names containing “Date” value. Request # First get JSON Web...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  9. Extract Metadata By Property Name Match Exact P...

    This REST API allows to extract metadata properties from the document choosing the properties to extract by name. cURL example The following example demonstrates how to extract metadata information from all properties with the exact same name as specified. 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....SearchCriteria ": { " NameOptions ": { " Value ": " MimeType ", " MatchOptions...[ { "name" : "MimeType" , "value" : "application/vnd.openxml...

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

    How to send PDF files for translation to the selected languages....settings Property Type Default value Description sourceLanguage String...content as works faster. Return value If successful, this method returns...

    docs.groupdocs.cloud/translation/file/request/pdf/