Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 13,330 for

docx comparison

(0.33 sec)
  1. Load document from local disk | GroupDocs

    Learn how to extract data from documents on the local disk...Comparison Product Solution GroupDocs...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/load-document-fro...
  2. Get supported file formats | GroupDocs

    This page describes how the search api is used to obtain a list of supported file types....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/get-supported-fi...
  3. Indexing metadata of documents | GroupDocs

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  4. How to run GroupDocs.Viewer in Docker | GroupDocs

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....Comparison Product Solution GroupDocs...<ItemGroup> <None Update= "formatting.docx" > <CopyToOutputDirector> PreserveNewest...

    docs.groupdocs.com/viewer/net/how-to-run-groupd...
  5. Locking watermark in word processing document |...

    Lock a watermark in a Word document to restrict editing, optionally with a password, using GroupDocs.Watermark for Python via .NET....Comparison Product Solution GroupDocs...with Watermarker ( "./document.docx" , WordProcessingLoadOp ())...

    docs.groupdocs.com/watermark/python-net/locking...
  6. Merge pages from various documents | GroupDocs

    This article explains how to merge some pages from different documents into single PDF, Docx, Excel or PowerPoint document using GroupDocs.Merger for Java....Comparison Product Solution GroupDocs..."c:\sample.docx" ; String filePath2 = "c:\sample2.docx" ; String...

    docs.groupdocs.com/merger/java/merge-pages-from...
  7. Detect file type of container item | GroupDocs

    Learn how to detect file types of items within containers using GroupDocs.Parser for Python via .NET....Comparison Product Solution GroupDocs...their detected format (PDF, DOCX, XLSX, etc.). Filter items by...

    docs.groupdocs.com/parser/python-net/detect-fil...
  8. Load password-protected file | GroupDocs

    Learn how to load a password-protected file by using .NET redaction API...Comparison Product Solution GroupDocs...Redactor ( @"protected_sample.docx" , loadOptions )) { // Here...

    docs.groupdocs.com/redaction/net/load-password-...
  9. Search and highlight text in the loaded documen...

    Search text by literal or regex and highlight found text in the document, loaded to the GroupDocs.Viewer for .NET...Comparison Product Solution GroupDocs...WordProcessing family (DOC, DOCX, ODT, RTF, etc.), Spreadsheet...

    docs.groupdocs.com/viewer/net/search-highlight-...
  10. Using OCR to redact image documents | GroupDocs

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, Docx, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction for Java v21.6: textual replacements are not supported, so you have to use color box replacements to redact text in images....Comparison Product Solution GroupDocs...within office documents (PDF, DOCX, etc.) You have to implement...

    docs.groupdocs.com/redaction/java/using-ocr/