Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 2,942 for

file comparison

(0.09 sec)
  1. Changing Target File Format | Documentation

    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. Split text file | Documentation

    Follow this guide and learn how to split text File into several resultant Files using GroupDocs.Merger for Python via .NET API....Comparison Product Solution GroupDocs...operations / Split text file Split text file Leave feedback allows...

    docs.groupdocs.com/merger/python-net/split-text...
  3. Load Password-Protected File | Documentation

    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...
  4. 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...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...
  5. Text file encoding detection | Documentation

    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...
  6. Get supported file formats | Documentation

    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...
  7. Compare documents | Documentation

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Node.js via Java....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for Node...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  8. Save file to stream | Documentation

    This article demonstrates how to convert a File and save it as a stream using GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs...usage / Saving / Save file to stream Save file to stream Leave feedback...

    docs.groupdocs.com/conversion/net/save-file-to-...
  9. Get supported file formats | Documentation

    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/net/get-supported-fil...
  10. Get file info | Documentation

    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/net/get-file-info/