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

value

(0.25 sec)
  1. 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...
  2. 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/
  3. Add Metadata By Property Name Match Regex | Doc...

    This REST API allows you to add metadata information as properties which names are match the specified regular expression. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name that have string ‘print’ in any place 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...."" }, " Properties ": [ { " Value ": " 02-12-2020 04:41:10 ",...SearchCriteria ": { " NameOptions ": { " Value ": " ^.*print.* ", " MatchOptions...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  4. 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...
  5. 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/
  6. Protect PDF document in PHP using GroupDocs.Vie...

    Hi @tilal.ahmad While using the GroupDocs.Viewer Cloud SDK for PHP. Can we select multiple PDFOption for setting up the permission as followes $renderOptions = new Model\PdfOptions(); $renderOptions->se…...honors the last permission value only. So, we have logged an...Permissions instead of a single value. We will notify you as soon...

    forum.groupdocs.cloud/t/protect-pdf-document-in...
  7. Compare sensitivity | Documentation

    GroupDocs.Comparison Cloud allows to adjust comparison sensitivity to achieve the necessary balance between file comparison speed and accuracy. Possible comparison sensitivity Values range is from 0 to 100. Minimal Value - the minimal Value is 0. Setting sensitivity to a minimal Value provides the fastest comparison speed, but it may produce worst comparison quality. If there is at least one common letter in two compared words then these words will not be treated as fully inserted and deleted Value by default - the default Value is 75....sensitivity values range is from 0 to 100. Minimal value - the minimal...minimal value is 0. Setting sensitivity to a minimal value provides...

    docs.groupdocs.cloud/comparison/compare-sensiti...
  8. Setting content language | Documentation

    How to specify a language of the processed text....supported: Language Configuration value Arabic ar English en French...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/rewriter/languages/
  9. Sending texts for translation | Documentation

    How to send texts for translation to the selected languages....settings Property Type Default value Description sourceLanguage String...Texts to be translated. Return value If successful, this method returns...

    docs.groupdocs.cloud/translation/text/request/
  10. Extract Metadata By Property Name | Documentation

    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 that have “Date” string in names. 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 ": " Date " } } }" Response..."name" : "CommentCreatedDate" , "value" : "03/22/2016 20:11:00" , "propertyType"...

    docs.groupdocs.cloud/metadata/extract-metadata-...