Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 2,067 for

assembly

(0.18 sec)
  1. Bulletin février 2014

    Intégrations et nouveaux exemples d'API Cloud, versions et mises à jour de produits et plus encore dans notre newsletter de février 2014....Création du plugin GroupDocs Assembly pour dotCMS Création du plugin...plugin GroupDocs Assembly pour Typo3 Mise à jour du plug-in d’assemblage...

    blog.groupdocs.cloud/fr/total/groupdocs-septemb...
  2. zArchive on Document Automation REST APIs | Gro...

    zArchive on Document Automation REST APIs | GroupDocs Cloud Recent content in zArchive on Document Automation REST APIs | GroupDocs Cloud GroupDocs.Assembly Cloud की आगामी रिलीज़ GroupDocs.Assembly......Assembly Cloud की आगामी रिलीज़ GroupDocs.Assembly Cloud...

    blog.groupdocs.cloud/hi/tag/zarchive/index.xml
  3. GroupDocs 뉴스레터 2017년 3월 – API 업데이트 및 코드 예제

    2017년 5월의 GroupDocs 개발자 뉴스레터에서는 GroupDocs 문서 조작 API 내의 API 업데이트, 주요 기능 향상 및 버그 수정에 대해 설명합니다....Assembly 는 템플릿에서 사용자 지정 문서를 생성하기 위한...04개의 기능 개선 및 수정. GroupDocs.Assembly for .NET 17.03 - 일반 텍스트 및...

    blog.groupdocs.cloud/ko/total/groupdocs-newslet...
  4. Customer Newsletters

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Assembly hỗ trợ tạo các định dạng tệp...liệu bên ngoài. GroupDocs.Assembly cung cấp API tạo báo cáo và...

    blog.groupdocs.cloud/vi/tag/customer-newsletters/
  5. Bản tin GroupDocs tháng 3 năm 2017– Cập nhật AP...

    Bản tin dành cho nhà phát triển GroupDocs vào tháng 5 năm 2017 mô tả các bản cập nhật API, cải tiến tính năng chính và sửa lỗi trong API thao tác tài liệu GroupDocs....Assembly for Java là API tự động hóa...sửa lỗi tính năng. GroupDocs.Assembly cho .NET 17.03 - Hỗ trợ hợp...

    blog.groupdocs.cloud/vi/total/groupdocs-newslet...
  6. 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....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/quick-start/
  7. 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...Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/classify-re...
  8. 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....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-metadata/
  9. Evaluation tier | Documentation

    Evaluate GroupDocs.Rewriter Cloud service without registration....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/evaluation/
  10. SearchSettings | Documentation

    SearchSettings data structure used as input parameters of Search API method. SearchSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "123", "BarcodeType": "Code128", "MatchType": "Contains" } ] } SearchSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/searchsettings/