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

total

(0.16 sec)
  1. GroupDocs 뉴스레터 2017년 10월판 – 문서 조작 API 업데이트

    2017년 10월의 GroupDocs 개발자 뉴스레터에서는 GroupDocs 문서 조작 API 내의 API 업데이트, 주요 기능 향상 및 버그 수정에 대해 설명합니다....Total for .NET – 하나의 제품군에 포함된 최신 버전의...버전의 .NET API입니다. GroupDocs.Total for Java – 하나의 제품군으로 패키지된 Java...

    blog.groupdocs.cloud/ko/total/groupdocs-newslet...
  2. Drupal 文档查看器模块 |集团文档

    GroupDocs.Conversion for Java API 与 UI 无关,不需要额外的工具或服务,开发人员也可以将其集成到现有项目中。...Total for .NET – 我们的 .NET 产品的最新版本打包到一个产品套件中。...产品的最新版本打包到一个产品套件中。 GroupDocs.Total for Java – 打包到一个产品套件中的最新版本的 Java...

    blog.groupdocs.cloud/zh/conversion/groupdocs-co...
  3. Drupal 文檔查看器模塊 |集團文檔

    GroupDocs.Conversion for Java API 與 UI 無關,不需要額外的工具或服務,開發人員也可以將其集成到現有項目中。...Total for .NET – 我們的 .NET 產品的最新版本打包到一個產品套件中。...產品的最新版本打包到一個產品套件中。 GroupDocs.Total for Java – 打包到一個產品套件中的最新版本的 Java...

    blog.groupdocs.cloud/zh-hant/conversion/groupdo...
  4. GroupDocs 时事通讯 2017 年 10 月版 – 文档操作 API 更新

    2017 年 10 月的 GroupDocs 开发人员通讯介绍了 GroupDocs 文档操作 API 中的 API 更新、主要功能增强和错误修复。...Total for .NET – 最新版本的 .NET API 打包到一个产品套件中。...打包到一个产品套件中。 GroupDocs.Total for Java – 打包到一个产品套件中的最新版本的 Java API。...

    blog.groupdocs.cloud/zh/total/groupdocs-newslet...
  5. Bản tin GroupDocs Phiên bản tháng 10 năm 2017 –...

    Bản tin dành cho nhà phát triển GroupDocs tháng 10 năm 2017 mô tả các bản cập nhật API, các cải tiến tính năng chính và các bản sửa lỗi trong API thao tác tài liệu GroupDocs....Total for .NET – Các phiên bản API...một bộ sản phẩm. GroupDocs.Total for Java – Các phiên bản mới...

    blog.groupdocs.cloud/vi/total/groupdocs-newslet...
  6. GroupDocs.Viewer Cloud Product Family on Docume...

    GroupDocs.Viewer Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Viewer Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud S......Total for .NET and more from GroupDocs...- September 2016 GroupDocs.Total for .NET APIs are UI-Agnostic...

    blog.groupdocs.cloud/categories/groupdocs.viewe...
  7. DeleteSettings | Documentation

    DeleteSettings data structure used as input parameters of Delete API method. DeleteSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098' } ] } UpdateSettings 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. Options Array of options to perform signatures delete...Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/signature/deletesettings/
  8. Working with Conversion API | Documentation

    This API intended for convert the document to specified target format. URI ~/ HTTP POST Example 2 (Convert document) Takes as input and returns. Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/docx/one-page.docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" } ]...Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/conversion/conversion-api/
  9. AnnotateOptions | Documentation

    AnnotateOptions structure defines options for annotating documents FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Annotations": [], "FirstPage": 0, "LastPage": 0, "OnlyAnnotatedPages": true, "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure Annotations Array of annotations to add to the document. See AnnotationInfo structure FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output document OutputPath Path of output document...Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/annotation/annotateoptions/
  10. ApplyRevisionsOptions | Documentation

    ApplyRevisionsOptions data structure defines options for applying revisions using “PUT” /comparison/revisions API method ApplyRevisionsOptions example: { 'SourceFile': { 'FilePath': 'source_files/word/source_with_revs.docx' }, 'Revisions': [ { 'Id': 0, 'action': 'Accept' }, { 'Id': 1, 'action': 'Accept' }, ], 'OutputPath': 'output/result.docx' } Name Description SourceFile Information about source file Revisions Array of revision settings OutputPath Path to the output document...Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/comparison/applyrevisionso...