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

file comparison

(0.33 sec)
  1. 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...
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...two or more documents of same file format into one. Share this...product family offers powerful files viewer APIs for .NET and Java...

    blog.groupdocs.com/groupdocs.blog/page/59/
  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...Annotation basics / Get file info Get file info Leave feedback On...

    docs.groupdocs.com/annotation/net/get-file-info/
  4. 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...
  5. Get file info | GroupDocs

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Comparison Product Solution GroupDocs...Guide / Basic usage / Get file info Get file info Leave feedback GroupDocs...

    docs.groupdocs.com/redaction/python-net/get-fil...
  6. 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...
  7. Get list of changes | GroupDocs

    Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for Python...

    docs.groupdocs.com/comparison/python-net/get-li...
  8. 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...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Comparison for Java 18.6.1 comes with few bug fixes...changes can be highlighted in comparison outputs. For further details...

    blog.groupdocs.com/groupdocs.blog/page/56/
  10. Get supported file formats | GroupDocs

    This article shows how to check supported File formats....Comparison Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/parser/java/get-supported-fi...