Sort Score
Result 10 results
Languages All
Labels All
Results 4,551 - 4,560 of 5,060 for

signature

(0.12 sec)
  1. Информационный бюллетень GroupDocs, выпуск за н...

    Информационный бюллетень для разработчиков GroupDocs за ноябрь 2017 г. описывает обновления API, основные усовершенствования функций и исправления ошибок в API-интерфейсах управления документами GroupDocs....Signature для .NET теперь поддерживает...

    blog.groupdocs.cloud/ru/total/groupdocs-newslet...
  2. cloud api on Document Processing REST APIs | Gr...

    cloud api on Document Processing REST APIs | GroupDocs Cloud Recent content in cloud api on Document Processing REST APIs | GroupDocs Cloud Edite documentos de Word, Excel, PPT y Web mediante progr......Signature Cloud 18.8 Las características...

    blog.groupdocs.cloud/es/tag/cloud-api/index.xml
  3. Інформаційний бюлетень GroupDocs, випуск за лис...

    Інформаційний бюлетень розробників GroupDocs за листопад 2017 року описує оновлення API, основні вдосконалення функцій і виправлення помилок у API обробки документів GroupDocs....Signature для .NET тепер підтримує пошук...

    blog.groupdocs.cloud/uk/total/groupdocs-newslet...
  4. cloud api

    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....Signature Cloud 18.8. Esta versão mensal...

    blog.groupdocs.cloud/pt/tag/cloud-api/
  5. Biuletyn GroupDocs, wydanie z listopada 2017 r....

    Biuletyn dla programistów GroupDocs z listopada 2017 r. opisuje aktualizacje API, główne ulepszenia funkcji i poprawki błędów w interfejsach API do manipulowania dokumentami GroupDocs....Signature for .NET obsługuje teraz lokalizowanie...

    blog.groupdocs.cloud/pl/total/groupdocs-newslet...
  6. GroupDocs.Comparison 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....appsid=XXXX&signature=XXX-XX" -H "content-type:...用於改進註釋處理和顯示的各種更新和修復。 .NET 庫的 GroupDocs.Signature 初始化簽名時快速配置數據庫提供程序。支持的提供程序是...

    blog.groupdocs.cloud/zh-hant/categories/groupdo...
  7. Fetching results | Documentation

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

    docs.groupdocs.cloud/rewriter/text/fetch/
  8. 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....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/settings/
  9. 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....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-whole-met...
  10. 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....Signature Product Solution GroupDocs...

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