Sort Score
Result 10 results
Languages All
Labels All
Results 4,131 - 4,140 of 11,358 for

document comparison

(0.5 sec)
  1. Extract text in Raw mode | GroupDocs

    Learn how to extract text in Raw mode for maximum performance using GroupDocs.Parser for .NET. Fast text extraction mode for bulk processing and performance-critical scenarios in C#....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-text-in-r...
  2. GroupDocs.Viewer for Node.js overview | GroupDocs

    GroupDocs.Viewer for Node.js enables you to convert files to HTML, PNG, JPEG, PDF file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Node.js is cross-platform class library....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/nodejs-java/product-o...
  3. Search for encrypted text in Metadata signature...

     This article explains how to search for encrypted text electronic signatures in the Document metadata. This topic contains example of using standard encryption and search for encrypted text in the Document metadata with further decryption by GroupDocs.Signature API....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/search-for-en...
  4. How to Convert MHTML to PDF in Java

    This tutorial explains how to convert MHTML to PDF in Java. This article consists of steps and code to show the implementation to convert MHTML to PDF using Java....Comparison Product Family GroupDocs...a PDF document using one of the most popular document conversion...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. Extract text from Microsoft Office Excel spread...

    To extract a text from Microsoft Office Excel spreadsheets getText and getText(int) method is used. These methods allow to extract a text from the entire Document or a text from the selected page. Here are the steps to extract a text from Microsoft Office Excel spreadsheets: Instantiate Parser object for the initial spreadsheet; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the Document....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-text-fro...
  6. Merging Table Cells Dynamically | GroupDocs

    Note This feature is supported by version 19.1 or greater Note The code uses some of the objects defined in The Business Layer. Using GroupDocs.Assembly for .NET, you can merge table cells with equal textual contents within your reports dynamically using cellMerge tags. Syntax of a cellMerge tag is defined as follows: <> Warning A horz switch is optional. If the switch is present, it denotes a cell merging operation in a horizontal direction....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/merging-table-c...
  7. How to verify signatures with predicate functio...

    This article explains how to verify signatures using predicate functions (Func) with GroupDocs.Signature API to filter signatures before verification, optimizing performance by skipping unnecessary verification operations....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/verify-signatu...
  8. Convert MSG to DOCX using Node.js

    Learn how to convert MSG to DOCX using Node.js with a simple guide. Follow easy steps to export MSG to DOCX in Node.js for seamless email-to-Document conversion....Comparison Product Family GroupDocs...into accessible and editable document formats. For developers dealing...

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...more to GroupDocs than online document storage. Saying that, we realize...storage feature. So what’s document storage all about and what...

    blog.groupdocs.com/groupdocs.blog/page/106/
  10. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint Document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your Document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/working-with-...