Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 2,313 for

assembly

(1.15 sec)
  1. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...Assembly Cloud незабаром буде запущено...вихідному форматі. GroupDocs.Assembly Cloud REST API надасть вам...

    blog.groupdocs.cloud/uk/groupdocs.cloud/page/44/
  2. PDF und Office-Java Dokument-Viewer-Modul für D...

    GroupDocs hat ein Modul veröffentlicht, das es DNN-Entwicklern ermöglicht, den herunterladbaren Java Document Viewer in ihre DNN-Websites zu integrieren....Assembly für .NET für NuGet Gallery...und Korrekturen. GroupDocs.Assembly für .NET 1.0.3 – Verbesserungen...

    blog.groupdocs.cloud/de/annotation/focus-groupd...
  3. GroupDocs 通讯 2017 年 3 月 – API 更新和代码示例

    2017 年 5 月的 GroupDocs 开发人员通讯介绍了 GroupDocs 文档操作 API 中的 API 更新、主要功能增强和错误修复。...Assembly for Java 是一个文档生成和报告自动化 AP...个新功能(阅读缩略图),04 个功能改进和修复。 GroupDocs.Assembly for .NET 17.03 - 支持纯文本和 HTML...

    blog.groupdocs.cloud/zh/total/groupdocs-newslet...
  4. Modulo visualizzatore di documenti PDF e Office...

    GroupDocs ha rilasciato un modulo che consente agli sviluppatori DNN di integrare il visualizzatore di documenti Java scaricabile nei propri siti Web DNN....Assembly per .NET per NuGet Gallery...miglioramenti e correzioni. GroupDocs.Assembly per .NET 1.0.3 – Miglioramenti...

    blog.groupdocs.cloud/it/annotation/focus-groupd...
  5. 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 يدعم إنشاء تنسيقات ملفات Office...groupdocs.com/ar/) GroupDocs.Assembly يوفر أتمتة المستندات وتقارير...

    blog.groupdocs.cloud/ar/tag/customer-newsletters/
  6. ماژول نمایش اسناد PDF و آفیس جاوا برای DNN | Gr...

    GroupDocs ماژولی را منتشر کرد که به توسعه دهندگان DNN اجازه می دهد تا نمایشگر اسناد جاوا قابل دانلود خود را در وب سایت های DNN خود ادغام کنند....Assembly برای دات نت برای گالری NuGet...بهبودها و اصلاحات. GroupDocs.Assembly for .NET 1.0.3 – بهبودها و...

    blog.groupdocs.cloud/fa/annotation/focus-groupd...
  7. 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" } ]...Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/conversion-api/
  8. 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...Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/deletesettings/
  9. 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...Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  10. 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...Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/annotateoptions/