Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 1,010 for

merger family

(0.05 sec)
  1. Supported file formats | Documentation

    A complete list of file formats that can be translated using GroupDocs.Translation Cloud....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/supported-file...
  2. DeleteViewOptions | Documentation

    DeleteViewOptions data structure used as input parameters for Delete View working-with-viewer-api API DeleteViewOptions example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } } DeleteViewOptions fields Name Description FileInfo.FilePath The path of the document, delete view requested for. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Not used...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/deleteviewoptions/
  3. classify/file Request Rarameters | Documentation

    Parameter In Type Default value Comment FormData multipart/form-data File content. BestClassesCount url (Optional) string (“1”, “2”, “3”,..) “1” Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) “default” Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) "" Balance between precision and recall. Password url (Optional) string null (not present) File password....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/classifyfil...
  4. FileInfo | Documentation

    FileInfo data structure used for input files description in various comparison cloud API methods. FileInfo example: { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" } Name Description FilePath Path of the file in the cloud storage VersionId File Version, can be null or omitted. StorageName Name of the cloud storage. Can be omitted, then default storage used. Password The password for password-protected documents (docx, pdf, etc)...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/fileinfo/
  5. Evaluate GroupDocs.Annotation | Documentation

    Note You can easily create a trial account on GroupDocs Cloud for evaluation. Please visit our Trial for GroupDocs.Cloud document page You get access to all the features of GroupDocs.Annotation Cloud using free trial plan with monthly data processing limit. There are no limitations and no evaluation messages on documents This plan is intended to give you a good idea of the service’s capabilities and let you do some early development....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/evaluate-groupd...
  6. Groupdocs credit balance checking - Free Suppor...

    Hi Guys, My application intend to do a checking the credit balance for all 3rd services. How I can make an API call for groupdocs to check my credit balance? Please help me with that Best regards, Troy Juddoc...Total Cloud Product Family Troy_Juddoc October 30, 2024...Conversion.Cloud, Viewer.Cloud, Merger.Cloud, Signature.Cloud. Here...

    forum.groupdocs.cloud/t/groupdocs-credit-balanc...
  7. ItemsStyle | Documentation

    ItemsStyle data structure used for styling comparison differences. ItemsStyle example: { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true } Name Description FontColor Font color for changed components. A string representation of RGB color, converted to integer (“14297642” for Red color, as example) HighlightColor Highlight color for changed components BeginSeparatorString Start tag for changed components EndSeparatorString End tag for changed components Bold Bold style for changed components Italic Italic style for changed components StrikeThrough Strike through style for changed components Underline Underline style for changed components...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/itemsstyle/
  8. Setting content language | Documentation

    How to specify a language of the processed text....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/languages/
  9. classify Request Parameters | Documentation

    Parameter In Type Comment body BaseRequest Document’s description (string) and/or document’s info. BestClassesCount url (Optional) string (“1”, “2”, “3”,..) Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) Balance between precision and recall. BaseRequest Model: BaseRequest { description (string, optional), document (FileInfo, optional) } FileInfo { folder (string, optional), name (string, optional), password (string, optional) } Examples: JSON...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/classify-re...
  10. DeleteResult | Documentation

    DeleteResult data structure returned by Delete API method as output result DeleteResult example { "fileInfo": { "filePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360026, "succeeded": [ { "barcodeType": "Code128", "text": "123456789012", "format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "top": 0, "left": 0, "width": 0, "height": 0 } ], "failed": [] } DeleteResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully deleted signatures Failed List of signatures that were not deleted...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/deleteresult/