Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 2,088 for

assembly

(0.03 sec)
  1. Document Automation REST APIs | GroupDocs Cloud

    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 は、.NET および Java アプリケーション 内の電子メール形式...定義されたテンプレートを使用してビジネス ドキュメント形式を生成 GroupDocs.Assembly は、データベース、XML、JSON、OData、および外部ドキュメント...

    blog.groupdocs.cloud/ja/page/43/
  2. 電子署名機能で C# / ASP.NET アプリを強化

    GroupDocs は、Web 署名キャプチャ機能を備えた法的拘束力のある電子署名アプリの構築に使用できる、柔軟な API を備えた .NET ライブラリを提供します。...Assembly C# または JS 経由でテンプレート エディター...つの異なるタイプのフィールドをサポートします。 クラウド アプリの GroupDocs.Assembly テンプレート エディターで、Microsoft Word...

    blog.groupdocs.cloud/ja/comparison/spotlight-gr...
  3. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...Assembly รองรับการสร้างรูปแบบไฟล์ Office...และแหล่งเอกสารภายนอก GroupDocs.Assembly นำเสนอระบบอัตโนมัติของเอกสารและ...

    blog.groupdocs.cloud/th/groupdocs.cloud/page/43/
  4. โมดูลโปรแกรมดูเอกสาร Drupal | เอกสารกลุ่ม

    กำหนดการอัปเดต API ของรูปแบบไฟล์ ประกาศคุณลักษณะใหม่ การปรับปรุง และการแก้ไข Aspose Newsletter - กุมภาพันธ์ 2560...Assembly สำหรับ .NET 16.12.0 – ฟีเจอร์ใหม่...

    blog.groupdocs.cloud/th/viewer/product-updates-...
  5. Buletin Februari 2014

    Integrasi dan sampel Cloud API baru, rilis dan pembaruan produk, dan lainnya di Buletin Februari 2014 kami....Assembly untuk Perpustakaan .NET Baru...

    blog.groupdocs.cloud/id/total/product-updates-t...
  6. Settings | Documentation

    Settings data structure defines comparison process additional settings Settings example: { "GenerateSummaryPage": true, "ShowDeletedContent": true, "ShowInsertedContent": true, "StyleChangeDetection": true, "InsertedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "DeletedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "ChangedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "WordsSeparatorChars": [ "string" ], "UseFramesForDelInsElements": true, "CalculateComponentCoordinates": true, "MarkChangedContent": true, "MarkNestedContent": true, "MetaData": { "Author": "string", "LastSaveBy": "string", "Company": "string" }, "Password": "string", "DiagramMasterSetting": { "MasterPath": "string", "UseSourceMaster": true }, "OriginalSize": { "Width": 0, "Height": 0 }, "HeaderFootersComparison": true, "SensitivityOfComparison": 0 } Name Description GenerateSummaryPage Indicates whether to add summary page to resultant document or not ShowDeletedContent Indicates whether to show deleted components in resultant document or not ShowInsertedContent Indicates whether to show inserted components in resultant document or not StyleChangeDetection Indicates whether to detect style changes or not InsertedItemsStyle Style for inserted components DeletedItemsStyle Style for deleted components ChangedItemsStyle Style for components with changed style WordsSeparatorChars An array of delimiters to split text into words DetailsLevel The comparison details level (Low, Middle, High) UseFramesForDelInsElements Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents CalculateComponentCoordinates Indicates whether to calculate coordinates for changed components MarkChangedContent Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents MarkNestedContent Gets or sets a value indicating whether to mark the children of the deleted or inserted element as deleted or inserted CloneMetadata Type of metadata to clone (Default, Source, Target, FileAuthor) MetaData User metadata PasswordSaveOption Type of password saving (None, Source, Target, User) Password User password to resultant document DiagramMasterSetting Master for Diagram document OriginalSize Original document size when picture is compared with other different formats HeaderFootersComparison Control to turn on comparison of header/footer contents PaperSize The result document paper size (Default, A0, A1, … A8) SensitivityOfComparison A sensitivity of comparison (1....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/settings/
  7. Fetching results | Documentation

    How to fetch the result from the GroupDocs.Rewriter Cloud queue....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/text/fetch/
  8. Luty 2014 Biuletyn

    Integracje i nowe przykłady Cloud API, wydania i aktualizacje produktów oraz więcej w naszym biuletynie z lutego 2014 r....Assembly dla biblioteki .NET Nowe,...

    blog.groupdocs.cloud/pl/total/product-updates-t...
  9. Extract Metadata By Possible Tag Name | Documen...

    This REST API allows to extract metadata properties from the document choosing the properties to extract by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to extract metadata creator information from all properties that have particular string phrase in theirs tag names. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  10. Extract Whole Metadata Tree | Documentation

    This REST API allows to extract whole metadata properties tree. cURL example The following example demonstrates how to retrieve all metadata properties. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-whole-met...