Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 3,284 for

total

(0.75 sec)
  1. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...Total が 25% オフになります。ご注文の際は、HOL2016NSL...とお伝えください。 (このオファーは、新規の GroupDocs.Total 購入でのみ利用可能であり、他のオファー、更新、またはア...

    blog.groupdocs.cloud/ja/groupdocs.cloud/page/50/
  2. GroupDocs ニュースレター 2017 年 3 月 – API の更新とコード例

    GroupDocs ニュースレターでは、.NET、Java、Android プラットフォーム向けの GroupDocs Document Format API によって新たにサポートされた機能、拡張機能、バグ修正を紹介します。...Total for .NET – 1 つの製品スイートにパッケージ化された....NET 製品の最新バージョン。 GroupDocs.Total for Java – 1 つの製品スイートにパッケージ化された...

    blog.groupdocs.cloud/ja/total/groupdocs-newslet...
  3. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/classification/quick-start/
  4. 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...

    docs.groupdocs.cloud/classification/classify-re...
  5. Extract Metadata | Documentation

    This REST API allows to extract metadata from the documents. With this API you can extract metadata with following features: Extract whole metadata properties tree; Extract properties with specified tag; Extract properties with specified name; Extract properties with specified value; The table below contains the full list of properties that can be specified when extracting metadata from the document. Name Description Comment FileInfo.FilePath The path of the document, located in the storage....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/metadata/extract-metadata/
  6. GroupDocs.Storage Cloud a été interrompu %%sep%...

    GroupDocs.Storage Cloud a été abandonné en tant que produit distinct. Ses fonctionnalités de stockage sont désormais disponibles sous forme de micro-services dans chaque API GroupDocs Cloud....Total Cloud Product Family . Cependant...

    blog.groupdocs.cloud/fr/total/groupdocs.storage...
  7. GroupDocs.Storage Cloud è stato interrotto %%se...

    GroupDocs.Storage Cloud è stato interrotto come prodotto separato. Le sue funzionalità di archiviazione sono ora disponibili come microservizi in ogni API GroupDocs Cloud....Total Cloud Product Family . Tuttavia...

    blog.groupdocs.cloud/it/total/groupdocs.storage...
  8. Overview | Documentation

    GroupDocs.Classification Cloud is a REST API for classification documents. Note Our GroupDocs.Classification Cloud REST API comes with many features crucial to organizations, such as: Classification of the raw texts. Classification of batches of raw texts. Classification of documents for next supported file formats: Portable Document Format: PDF; Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM; OpenDocument Formats: ODT, OTT; Rich Text Format: RTF; Plain Text File: TXT. Multilingual Sentiment Analysis with Sentiment and Sentiment3 taxonomies....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/classification/overview/
  9. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/signature/signsettings/
  10. PdfOptions | Documentation

    PdfOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "DocumentOpenPassword": "string", "PermissionsPassword": "string", "Permissions": ["AllowAll", "DenyModification"], "PdfOptimizationOptions": {}, "ImageMaxWidth": 0, "ImageMaxHeight": 0, "ImageWidth": 0, "ImageHeight": 0 } ImageOptions fields Name Description RenderOptions fields PdfOptions inherits all properties of RenderOptions DocumentOpenPassword The password required to open the PDF document PermissionsPassword The password required to change permission settings; Using a permissions password you can restrict printing, modification and data extraction Permissions The array of PDF document permissions....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/viewer/pdfoptions/