Sort Score
Result 10 results
Languages All
Labels All
Results 2,981 - 2,990 of 7,434 for

document comparison

(0.05 sec)
  1. How to Convert RTF to DOCX using C#

    Utilize a user-friendly library to convert RTF to DOCX using C# along with code example to generate DOCX from RTF in C# with few API calls on any operating system....Comparison Product Family GroupDocs...the usage of a widely-used document conversion library and present...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. How to Convert RTF to TXT using Java

    This topic will provide a step-by-step guide on how to convert RTF to TXT using Java. Moreover, it will offer Java code that enables you to export RTF to TXT in Java....Comparison Product Family GroupDocs...projects. In the world of document processing, the ability to...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. Search for encrypted object in QR code signatur...

     This article explains how to search for encrypted electronic signatures in QR code electronic signatures. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in QR-codes with GroupDocs.Signature API....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/search-for-enc...
  4. Troubleshooting | Documentation

    This section contains issues that you may face and solutions for them when processing files with GroupDocs.Viewer....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/troubleshooting/
  5. Save overwriting original file | Documentation

    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...
  6. Highlighting results in network | Documentation

    This page contains information about highlighting search results in the search network....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/highlighting-resu...
  7. Convert JPG to XPS using C#

    This tutorial will show you how to convert JPG to XPS using C#. Also, code example will be provided to export JPG to XPS using C# without installing extra software....Comparison Product Family GroupDocs...Specification) using C#. Whether for document processing or compatibility...

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  8. How to Convert Excel to HTML using Java

    This topic includes sample Java program that expalins how to convert Excel to HTML using Java along with comprehensive instructions to export Excel to HTML in Java....Comparison Product Family GroupDocs...necessary classes to perform document transformation from Excel...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Convert TXT to RTF using C#

    This tutorial describes the process to convert TXT to RTF using C# and provides a sample code to show the implementation of process to export TXT to RTF in C#....Comparison Product Family GroupDocs...Rich Text Format (RTF) is a document file format that supports...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Convert HTML to JPG using C#

    This brief article will demonstrate how to convert HTML to JPG using C# without installing third-party software, and provide code example to export HTML to JPG in C#....Comparison Product Family GroupDocs...convert an HTML file to JPG document, along with a code snippet...

    kb.groupdocs.com/conversion/net/how-to-convert-...