Sort Score
Result 10 results
Languages All
Labels All
Results 4,511 - 4,520 of 11,206 for

document comparison

(2.29 sec)
  1. Convert PDF files | GroupDocs

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint and image formats with GroupDocs.Conversion for Node.js via Java....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  2. Extract text from Microsoft OneNote sections | ...

    To extract a text from Microsoft OneNote Sections getText and getText(int) methods are used. These methods allow to extract a text from the entire Document or a text from the selected page. Raw mode is not supported for Microsoft OneNote. Here are the steps to extract a text from Microsoft OneNote Section: Instantiate Parser object for the initial section; Call getText method and obtain TextReader object; Read a text from reader....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-text-fro...
  3. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted Document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the Document in original format overwriting original file redactor.save(options); } } finally { redactor....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-overwrit...
  4. How to Convert TXT to PPTX using Java

    This article aims to convert TXT to PPTX using Java on commonly used operating systems. Also, a code example is provided to transform TXT to PPTX using Java....Comparison Product Family GroupDocs...the essential classes for document conversion Instantiate the...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. How to run examples | GroupDocs

    This article describes how to run .NET file markdown API code examples....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Markdown / GroupDocs...

    docs.groupdocs.com/markdown/net/how-to-run-exam...
  6. Insert Hyperlinks Dynamically | GroupDocs

    Create hyperlinks in Documents with URLs and text dynamically set from data sources during assembly....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/basic-usage-ins...
  7. Search for standard entries in the QR-Code sign...

    This article explains how to search for VCard, MeCard, Email, Address, EPC, SEPA, Event data in QR-code electronic signatures from previously signed Documents with GroupDocs.Signature API....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/search-for-sta...
  8. Load custom fonts | GroupDocs

    This article explains how to load custom fonts PDF, Word, Excel, PowerPoint Documents when using GroupDocs.Comparison for .NET....Comparison Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Comparison Product Family...

    docs.groupdocs.com/comparison/net/load-custom-f...
  9. Update annotation replies | GroupDocs

    The page describes how to update annotation replies when collaborate over Document using GroupDocs.Annotation for Java API....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/java/update-annot...
  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...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

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