Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 6,067 for

file comparison

(0.32 sec)
  1. Introducing Support for Images in GroupDocs.Com...

    We have always been improving our APIs to meet the requirements of our customers. Therefore, today, we are announcing another monthly release of GroupDocs.Comparison for Java 17.3.0. API comes with multitude of new features like support for Images, metered licensing and many more. Aside this, many improvements and bug fixes are introduced in this release. We would recommend you to download the new release and evaluate the exciting features to enhance document Comparison experience....Comparison for Java 17.3.0. API comes...document comparison experience. GroupDocs.Comparison for Java...

    blog.groupdocs.com/comparison/introducing-group...
  2. Determine the file type | GroupDocs

    This article explains how to get a type of a File with GroupDocs.Viewer for Java using Java....Comparison Product Solution GroupDocs.../ Determine the file type Determine the file type Leave feedback...

    docs.groupdocs.com/viewer/java/how-to-determine...
  3. 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. GroupDocs.Assembly provides a powerful feature to change the target File format of an assembled document using File extension or explicit specification. 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/net/changing-target...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Comparison for .NET API which not only...document format beside improving Comparison. We at GroupDocs receiving...

    blog.groupdocs.com/groupdocs.blog/page/70/
  5. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word documents or PowerPoint presentations protected by password using GroupDocs.Comparison for Node.js via Java API....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for Node...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  6. Load Password-Protected File | GroupDocs

    Learn how to load and convert password-protected documents using the GroupDocs.Conversion for Python via .NET API, enabling seamless handling of secured Files....Comparison Product Solution GroupDocs...Password-Protected File Load Password-Protected File Leave feedback...

    docs.groupdocs.com/conversion/python-net/develo...
  7. 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...
  8. How to Compare Word Documents using C#

    This article describes the procedure to compare Word documents using C# and how to write the code in C# to compare two Word documents and highlight differences....Comparison Product Family GroupDocs...one of the popular document comparison library. Further, this guide...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  9. Get supported file formats | GroupDocs

    This article explains how to obtain supported File formats list when parsing documents with GroupDocs.Parser within your Python applications....Comparison Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/parser/python-net/get-suppor...
  10. Text file encoding detection | GroupDocs

    This article explains that how to detect encoding of a text File automatically....Comparison Product Solution GroupDocs...Indexing / Text file encoding detection Text file encoding detection...

    docs.groupdocs.com/search/net/text-file-encodin...