Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 2,318 for

assembly

(2.12 sec)
  1. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...Assembly for Java 是一個文檔生成和報告自動化 AP...OpenOffice 文檔 [![Java 版 GroupDocs.Assembly](https://newsletter.aspose...

    blog.groupdocs.cloud/zh-hant/groupdocs.cloud/pa...
  2. UpdateSettings | Documentation

    UpdateSettings data structure used as input parameters of Update API method. UpdateSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098', 'Left': 200, 'Top': 200, 'Width': 300, 'Height': 100, 'IsSignature': true } ] } 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....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/updatesettings/
  3. HtmlOptions | Documentation

    HtmlOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. HtmlOptions example { "ExternalResources": false, "ResourcePath": "string", "IsResponsive": true } HtmlOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions ExternalResources Controls output HTML document resources (styles, images and fonts) linking. By default this option is disabled and all the resources are embedded into HTML document. ResourcePath Path for the HTML resources (styles, images and fonts)....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/htmloptions/
  4. Product overview | Documentation

    An introduction to GroupDocs.Translation Cloud service and how it can solve everyday business needs....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/product-overview/
  5. オンライン文書管理アドオン「cloudControl」をリリース

    GroupDocs はオンライン文書管理アプリを CloudControl と統合しました...GroupDocs Assembly プラグインを作成しました Pimcore 用の GroupDocs Assembly プラグインを更新しました...SDK および Salesforce GroupDocs Assembly アプリケーションの単体テストを作成しました これら...

    blog.groupdocs.cloud/ja/total/groupdocs-newslet...
  6. 전자 서명 기능으로 C#/ASP.NET 앱 향상

    GroupDocs는 웹 서명 캡처 기능이 있는 법적 구속력이 있는 전자 서명 앱을 구축하는 데 사용할 수 있는 유연한 API가 포함된 .NET 라이브러리를 제공합니다....Assembly C# 또는 JS를 통해 템플릿 편집기 필드를 가져오는...필드를 지원합니다. 클라우드 앱용 GroupDocs.Assembly 템플릿 편집기는 이제 모든 Microsoft Word...

    blog.groupdocs.cloud/ko/comparison/spotlight-gr...
  7. GroupDocs.Total Cloud Product Family

    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 का उपयोग करके व्यावसायिक दस्तावेज़...समर्थन करते हैं। GroupDocs.Assembly टेम्प्लेट से कस्टम दस्तावेज़...

    blog.groupdocs.cloud/hi/categories/groupdocs.to...
  8. GroupDocs.Total for Cloud API の新しい SDK バージョンがリリ...

    これらの新しい Cloud SDK を使用すると、さまざまなプラットフォームの開発者が GroupDocs のドキュメント コラボレーション ツールをアプリやサイトに簡単に統合できます。...Assembly for Cloud API GroupDocs.Assembly を使用すると、PDF...ドキュメントをその場で生成できます。 GroupDocs.Assembly for Cloud は、テンプレートに関連付けられたオンライン...

    blog.groupdocs.cloud/ja/total/get-up-and-runnin...
  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. 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/