Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 2,839 for

file comparison api

(0.06 sec)
  1. GroupDocs Newsletter November 2018 – .NET and J...

    Share this issue: Monthly NewsletterNovember 2018 Merge and Compare Business Documents of Same Format Documents Difference Checker Apis for .NET and Java GroupDocs.Comparison Product Family includes .NET and Java Apis to efficiently merge and compare all popular business document formats (Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Text and HTML) for difference checking. The Apis support comparing text contents, words, paragraphs, characters and style changes like font size, bold, italic etc....Checker APIs for .NET and Java GroupDocs.Comparison Product Family...Family includes .NET and Java APIs to efficiently merge and compare...

    blog.groupdocs.com/total/groupdocs-newsletter-n...
  2. Supported File Formats | Documentation

    The following article indicates the File formats that GroupDocs.Comparison can work with....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/comparison/python-net/suppor...
  3. 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...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/redaction/java/save-overwrit...
  4. GroupDocs.Comparison Overview | Documentation

    In this article, get acquainted with the features, functions, supported File formats and developer usage of GroupDocs.Comparison for .NET — Api to compare two or more Files and get the difference between them....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  5. Split text file | Documentation

    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...
  6. GroupDocs.Comparison Overview | Documentation

    In this article, get acquainted with the features, functions, supported File formats and developer usage of GroupDocs.Comparison for Java — Api to compare two or more Files and get the difference between them....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/comparison/java/groupdocs-co...
  7. Get file info | Documentation

    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/
  8. Comparing Folders | Documentation

    This page describes how to compare two folders and find out which Files/folders were deleted, added or modified....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/comparison/net/compare-folders/
  9. Comparing Folders | Documentation

    This page describes how to compare two folders and find out which Files/folders were deleted, added or modified....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/comparison/java/compare-fold...
  10. Read EXIF Metadata in PSD Format using GroupDoc...

    GroupDocs team is proudly announcing one new feature and three enhancements in the monthly release of GroupDocs.Metadata for .NET 18.8. Using the latest version, you can now read EXIF metadata in PSD format. Classes representing TIFF tags are now refactored. Furthermore, memory consumption is now reduced to perform metadata operations for JPEG and TIFF File formats. We recommend you to install and use the latest version of the Api....operations for JPEG and TIFF file formats. We recommend you to...use the latest version of the API. Features IntroducedFollowing...

    blog.groupdocs.com/metadata/read-exif-metadata-...