Sort Score
Result 10 results
Languages All
Labels All
Results 3,641 - 3,650 of 4,516 for

comparison

(0.14 sec)
  1. Модуль просмотра документов Drupal | Групповые ...

    API GroupDocs позволяет пользователям определять коллекцию параметров подписи, что в конечном итоге помогает применять несколько подписей в документе....Comparison для .NET 16.12.0 — 8 улучшений...

    blog.groupdocs.cloud/ru/total/welcome-2017-spec...
  2. Moduł przeglądarki dokumentów Drupala | GroupDocs

    GroupDocs API pozwala użytkownikom na zdefiniowanie kolekcji opcji podpisów, co ostatecznie pomaga w stosowaniu wielu podpisów w dokumencie....Comparison for .NET 16.12.0 – 8 ulepszeń...

    blog.groupdocs.cloud/pl/total/welcome-2017-spec...
  3. Модуль перегляду документів Drupal | GroupDocs

    API GroupDocs дозволяє користувачам визначати колекцію параметрів підпису, що зрештою допомагає застосовувати кілька підписів у документі....Comparison для .NET 16.12.0 – 8 покращень...

    blog.groupdocs.cloud/uk/total/welcome-2017-spec...
  4. Features Overview | Documentation

    GroupDocs.Metadata Cloud is a powerful and easy to use metadata management REST API which allows users to read and edit metadata associated with various document, image, audio, video and many other formats. The API also provides operations to extract metadata, add, search, modify and remove metadata in supported file formats. Below you may find an overview for the most valuable features. Extracting Metadata Using the GroupDocs.Metadata Cloud you can extract desired metadata properties from files of different types....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/features-overview/
  5. GroupDocs.Translation Cloud Product Family | Do...

    An introduction to machine translation technology and how GroupDocs.Translation Cloud can help you use it for your day-to-day business needs....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/
  6. Sending Srt files for translation | Documentation

    How to send Srt files for translation to the selected languages....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/file/request/s...
  7. Sending Resx files for translation | Documentation

    How to send Resx files for translation to the selected languages....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/file/request/r...
  8. 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....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/viewoptions/
  9. Delete Template | Documentation

    This REST API provides the functionality to remove files which no more useful in Parse endpoint. You can use storage methods to remove template files as well. 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. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the Delete Template example....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/delete-template/
  10. InfoResult | Documentation

    InfoResult data structure returned by Document Info API as output result InfoResult example { "FormatExtension": "string", "Format": "string", "Pages": [ { "Number": 0, "Width": 0, "Height": 0, "Visible": true, "Lines": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Words": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Characters": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string" } ] } ] } ] } ], "Attachments": [ { "Name": "string" } ], "ArchiveViewInfo": { "Folders": [ "string" ] }, "CadViewInfo": { "Layers": [ { "Name": "string", "Visible": true } ], "Layouts": [ { "Name": "string", "Width": 0, "Height": 0 } ] }, "ProjectManagementViewInfo": { "StartDate": "2020-04-02T05:56:17....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/inforesult/