Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 1,786 for

compare

(0.76 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....concentrera sur la façon de comparer deux ou plusieurs documents...

    blog.groupdocs.cloud/fr/page/33/
  2. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...and intuitive approach as compared to V1. New API has less methods...

    blog.groupdocs.cloud/groupdocs.cloud/page/36/
  3. Porovnejte dva obrázky v Pythonu | Python Image...

    Bez námahy identifikujte rozdíly mezi dvěma obrázky pomocí Pythonu! Náš podrobný průvodce vám pomůže porovnat obrázky a efektivně určit rozdíly. Zlepšete své schopnosti analýzy obrazu ještě dnes!...Nakonfigurujte sadu Python Image Comparer SDK # Chcete-li začít, zahrňte...

    blog.groupdocs.cloud/cs/comparison/compare-two-...
  4. 在 Node.js 中使用 REST API 比较 PDF 文件 | PDF比较SDK

    在 Node.js 中使用云上的 REST API 与 GroupDocs.Comparison Cloud SDK for Node.js 以编程方式比较 PDF 文件。...DownloadFileRequest("compared\\result.pdf", myStorage);...[target]; options.outputPath = "compared/result.pdf"; // 创建比较请求 let...

    blog.groupdocs.cloud/zh/comparison/compare-pdf-...
  5. Working with Tables | Documentation

    How-to apply table generation techniques with GroupDocs Assembly Cloud API, using data bands and conditional expressions....precision, correctness and comparability of data. They organize text...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  6. Порівняти два зображення в Python | Python Imag...

    Легко визначте розбіжності між двома зображеннями за допомогою Python! Наш покроковий посібник допоможе вам порівнювати зображення та ефективно виявляти відмінності. Розвивайте свої навички аналізу зображень сьогодні!... Налаштуйте Python Image Comparer SDK # Для початку включіть...

    blog.groupdocs.cloud/uk/comparison/compare-two-...
  7. 在 Node.js 中使用 REST API 比較 PDF 文件 | PDF比較SDK

    在 Node.js 中使用雲上的 REST API 與 GroupDocs.Comparison Cloud SDK for Node.js 以編程方式比較 PDF 文件。...DownloadFileRequest("compared\\result.pdf", myStorage);...[target]; options.outputPath = "compared/result.pdf"; // 創建比較請求 let...

    blog.groupdocs.cloud/zh-hant/comparison/compare...
  8. So sánh các tệp PDF bằng API REST trong Node.js...

    So sánh các tệp PDF theo chương trình bằng API REST trên đám mây trong Node.js với GroupDocs.So sánh SDK đám mây cho Node.js....DownloadFileRequest("compared\\result.pdf", myStorage);...[target]; options.outputPath = "compared/result.pdf"; // tạo yêu cầu...

    blog.groupdocs.cloud/vi/comparison/compare-pdf-...
  9. مقایسه فایل های PDF با استفاده از REST API در N...

    مقایسه برنامه‌نویسی فایل‌های PDF با استفاده از REST API روی ابر در Node.js با GroupDocs.Comparison Cloud SDK برای Node.js....DownloadFileRequest("compared\\result.pdf", myStorage);...[target]; options.outputPath = "compared/result.pdf"; // ایجاد درخواست...

    blog.groupdocs.cloud/fa/comparison/compare-pdf-...
  10. 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....Original document when picture is compared with other different formats...

    docs.groupdocs.cloud/comparison/settings/