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

file comparison api

(0.07 sec)
  1. Save file to stream | GroupDocs

    This article demonstrates how to convert a File and save it as a stream using GroupDocs.Conversion for .NET Api....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/conversion/net/save-file-to-...
  2. Split text file | GroupDocs

    Follow this guide and learn how to split text File into several resultant Files using GroupDocs.Merger for Node.js via Java Api....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/merger/nodejs-java/split-tex...
  3. Get file info | GroupDocs

    The page describes how to detect document File type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/annotation/net/get-file-info/
  4. 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....have always been improving our APIs to meet the requirements of...release of GroupDocs.Comparison for Java 17.3.0. API comes with multitude...

    blog.groupdocs.com/comparison/introducing-group...
  5. Get supported file formats | GroupDocs

    The page describes how to obtain supported File formats list when annotate documents and images with GroupDocs.Annotation within your .NET applications....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/annotation/net/get-supported...
  6. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated Api provided by GroupDocs.Comparison for Java since version 20.4: Comparer class introduced as a single entry point to compare documents of any supported File format with various options and ability to accept/reject found differences in resultant document. Document compare options for all document types. Instead of using document related options now options are related to compare type only....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/comparison/java/migration-no...
  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...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/redaction/java/save-overwrit...
  8. Supported file formats | GroupDocs

    This topic lists File formats supported by GroupDocs.Total for .NET....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/total/net/supported-document...
  9. Async API | GroupDocs

    Use async methods for non-blocking document conversion in web apps and serverless...Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/markdown/net/async-api/
  10. Text file encoding detection | GroupDocs

    This article explains that how to detect encoding of a text File automatically in Java....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/nodejs-java/text-file...