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

document comparison

(0.08 sec)
  1. Reorder pages | GroupDocs

    Reorder pages when rendering Documents to PDF with GroupDocs.Viewer for Java...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/reorder-pages/
  2. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the Document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the Document format must be specified manually: Markdown Documents MHTML Documents OTP Documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the Document format for Markup Document. Instantiate the LoadOptions object and pass the Document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/loading-specific...
  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. Rotate pages | GroupDocs

    This article explains how to rotate PDF, HTML or Image pages when rendering Documents with GroupDocs.Viewer within your .NET applications....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/flip-or-rotate-pa...
  5. Remove Metadata from RTF using C#

    Learn how to efficiently remove metadata from RTF using C# with a code that demonstrates how to delete metadata from RTF in C# without installing extra software....Comparison Product Family GroupDocs...Format ( RTF ) is a widely used document format that supports text...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  6. Scan QR Code from RTF using C#

    This guide explains how to scan QR Code from RTF using C#, with a code example to help you efficiently extract QR Code from RTF in C#, ensuring a smooth and seamless process....Comparison Product Family GroupDocs...retrieve embedded data from documents becomes essential. When you...

    kb.groupdocs.com/parser/net/scan-qrcode-from-rt...
  7. Remove Metadata from XLSX using Java

    Discover how to swiftly remove metadata from XLSX using Java. You'll also find code snippet that illustrates the process of how to delete metadata from XLSX in Java....Comparison Product Family GroupDocs...author’s name, comments, and document history. In this guide, we...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  8. Remove Metadata from XLSX using C#

    Learn how to quickly remove metadata from XLSX using C#. In addition, you'll find a code snippet demonstrating the process of how to delete metadata from XLSX in C#....Comparison Product Family GroupDocs...author’s name, comments, and document history. In this article,...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  9. GroupDocs.Search for .NET

    This API allows you to perform text search and index any type of file format using C# .NET language on any platform....Comparison Product Family GroupDocs...Aliases in Document using C# Spelling Correction in Document Search...

    kb.groupdocs.com/search/net/
  10. Convert DOCX to JPG in C#

    Learn how to Convert DOCX to JPG in C# and perform DOCX to JPG conversion using C# with GroupDocs.Conversion, providing step‑by‑step guidance for developers today!!...Comparison Product Family GroupDocs...DOCX to JPG in C# Converting documents to image formats is a common...

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