Sort Score
Result 10 results
Languages All
Labels All
Results 5,101 - 5,110 of 12,456 for

document comparison

(0.1 sec)
  1. GroupDocs.Merger for .NET 19.6 Release Notes | ...

    Note This page contains release notes for GroupDocs.Merger for .NET 19.6 Major Features There are a few new features in this regular monthly release. The most notable are: Implemented .png and .bmp image joining Expanded options for image joining with background color for empty black image space Fixed Aspose.Note Document type saving for multithreading Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-543 Implement ....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/net/groupdocs-merger-...
  2. GroupDocs.Editor for .NET 20.8 Release Notes | ...

    Note This page contains release notes for GroupDocs.Editor for .NET 20.8 GroupDocs.Editor for .NET version 20.8 provides mostly different bugfixes, that address various problems in different modules and scenarios. Along with that, there are several important improvements, which, however, doesn’t affect the public API. Improvements Support of SmartArt elements in Presentations The most important feature in the version 20.8 is a support of particular SmartArt elements, which are used in the most common Presentation formats such as PPTX, PPTM, POTX and so on....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/net/groupdocs-editor-...
  3. Search for encrypted objects Metadata signature...

     This article explains how to search for encrypted electronic signatures in the Document metadata. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in the Document metadata with GroupDocs.Signature....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/search-for-enc...
  4. Password-protected documents | Documentation

    GroupDocs.Parser provides the functionality to open the password-protected Documents. The following are the steps to work with password protected Documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected Documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/password-protect...
  5. Getting started with your GitHub account - GitH...

    With a personal account on GitHub, you can import or create repositories, collaborate with others, and connect with the GitHub community....interacting with GitHub, and a comparison of the tools you can use...GitHub Docs You can read documentation that reflects the features...

    docs.github.com/en/get-started/onboarding/getti...
  6. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/handle-loading-o...
  7. Extract text from EPUB eBooks | Documentation

    To extract text from EPUB e-books getText and getText(pageIndex) methods is used. These methods allow to extract text from the entire Document or a text from the selected page. Raw mode is not supported for EPUB....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-text-fro...
  8. Render Excel and Apple Numbers spreadsheets as ...

    This topic describes how to use the GroupDocs.Viewer API for Node.js to convert Excel workbooks and Apple Numbers spreadsheets to HTML, PDF, PNG, and JPEG formats....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/nodejs-java/render-ex...
  9. Add text watermarks | Documentation

    This article shows how to add a text watermark and save the resultant Document. It is capable of adding watermarks to images or Documents....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/nodejs-java/add-text/
  10. Faceted search | Documentation

    This article gives the knowledge of the creation of faceted search queries using Java search API....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/faceted-search/