Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 6,489 for

file comparison

(0.22 sec)
  1. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Parser for Python via .NET....Comparison Product Solution GroupDocs.../ Loading / Load file from stream Load file from stream Leave...

    docs.groupdocs.com/parser/python-net/load-file-...
  2. Changing Target File Format | GroupDocs

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. Changing Target File Format GroupDocs.Assembly provides a powerful feature to change the target File format of an assembled document using File extension or explicit specifying. GroupDocs.Assembly API provides the ability to change target File format when assembling the following File formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output File formats depending on input File formats can be found at this page....Comparison Product Solution GroupDocs...Changing Target File Format Changing Target File Format Leave feedback...

    docs.groupdocs.com/assembly/java/changing-targe...
  3. Setting the Author of Changes | GroupDocs

    Set a custom revision-author name on tracked changes in the Word Comparison result via revision_author_name on CompareOptions in GroupDocs.Comparison for Python via .NET....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for Python...

    docs.groupdocs.com/comparison/python-net/develo...
  4. Migration Notes | GroupDocs

    Migration notes for GroupDocs.Comparison for .NET — breaking API changes between major versions and guidance for updating existing code....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for .NET...

    docs.groupdocs.com/comparison/net/migration-notes/
  5. Accept or Reject detected changes | GroupDocs

    Accept or reject individual changes found by Comparer.GetChanges() and write the result using ApplyChanges() — with optional SaveOriginalState to keep both outcomes in GroupDocs.Comparison for .NET....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for .NET...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  6. Effortlessly Convert JSON to XML in C#

    Convert your JSON data to XML format using C#. Learn how to seamlessly convert JSON to XML using C# with our step-by-step guide....Needed JSON vs XML: A Concise Comparison JSON (JavaScript Object Notation)...Needed JSON vs XML: A Concise Comparison Convert JSON to XML Online...

    blog.groupdocs.com/conversion/convert-json-to-x...
  7. Load Password-Protected File | GroupDocs

    Unlock and convert password-protected Word, Excel, PowerPoint, and PDF documents by passing a LoadOptions instance with the password attribute to the Converter constructor in GroupDocs.Conversion for Python via .NET....Comparison Product Solution GroupDocs...Password-Protected File Load Password-Protected File Leave feedback...

    docs.groupdocs.com/conversion/python-net/develo...
  8. 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...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...
  9. Loading | GroupDocs

    Load source and target documents into GroupDocs.Comparison for .NET from a local disk path, a File stream, or plain text strings — with optional password and custom font directory support....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for .NET...

    docs.groupdocs.com/comparison/net/loading/
  10. Installation | GroupDocs

    This guide explains how to install GroupDocs.Total for Python via .NET in your environment....Comparison Product Solution GroupDocs...groupdocs-assembly-net-25.5.1 groupdocs-comparison-net-25.12 groupdocs-conversion-net-25...

    docs.groupdocs.com/total/python-net/installation/