Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 1,598 for

information

(0.1 sec)
  1. Getting Started | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/merger/getting-started/
  2. classify/batch Request Parameters | Documentation

    Parameter In Type Comment body BatchRequest Batch of texts (up to 10). 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: BatchRequest { batch (string[]), } Examples: JSON { "batch": ["Text1", "Text2"] } XML...Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/classification/classifybat...
  3. How to Run the Examples | Documentation

    All examples of GroupDocs.Metadata Cloud is hosted on GitHub. Examples are located in the Examples folder. If you like to add or improve an example, we encourage you to contribute to the project. All examples and showcase projects in this repository are open source and can be freely used in your own applications. To contribute, you can fork the repository, edit the source code and create a pull request. We will review the changes and include them in the repository if found helpful....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/metadata/how-to-run-the-ex...
  4. Configure FTP Storage | Documentation

    You have to complete following steps to configure the Storage: Create FTP storage account. Box.com account is used via FTP in this example Log into Dashboard Access the Storages Page Select FTP Storage from the ‘Create New Storage’ menu Enter Storage Name (For example: MyFTPStorage), FTP server address, user name, password and port number and check if Require explicit SSL over TLS Save Storage Now you can use it by its name in the service API with this account....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/total/configure-ftp-storage/
  5. ConversionSettings | Documentation

    ConversionSettings data structure used as input parameters for Document Conversion API. ConversionSettings example { "Format": "string", "FilePath": "string", "Storage": "string", "LoadOptions": { "Password": "string", }, "ConvertOptions": { "FromPage": "integer", "PagesCount": "integer" }, "OutputPath": "string" } ConversionSettings fields Name Description Format Specifies target conversion format. Required. FilePath The path of the document, located in the storage. Required. StorageName Storage name LoadOptions Format specific LoadOptions. ConvertOptions Format specific ConvertOptions. OutputPath Path to store conversion result....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/conversion/conversionsetti...
  6. Working with Annotations | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 GroupDocs.Annotation Cloud API provides annotation data from supported file formats as AnnotationInfo Object. Object fields AnnotationInfo object fields Field Name Type Description guid string The unique identifier of annotation. documentGuid long The unique identifier of document. text string The text of the annotation. creatorGuid string The annotation creator unique identifier. creatorName string The annotation creator name....Purchase Buy Now Pricing Information SDKs Policies My Orders &...= 12 } Import Annotation Information This API retrieves(imports)...

    docs.groupdocs.cloud/annotation/working-with-an...
  7. Rendering PDF Documents | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/viewer/rendering-pdf-docum...
  8. GroupDocs.Watermark Cloud | Documentation

    GroupDocs.Watermark Cloud is a REST API for managing watermarks in the documents of different file formats. It provides easy to use watermarking methods. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document. The API provides straightforward and easy to use set of methods to add, search, and remove watermarks in supported file formats....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/watermark/
  9. Skip rendering of empty columns | Documentation

    Sometimes Excel document contains Information at the beginning of the worksheet and after that, it contains some count of empty (blank) columns. In case, if the number of empty columns is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty columns GroupDocs.Viewer Cloud provides RenderEmptyColumns property, which allows omitting to render empty columns as shown in the sample below. API Usage There are steps that usage of GroupDocs....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Excel document contains information at the beginning of the worksheet...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  10. 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...Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/viewer/deleteviewoptions/