Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 5,834 for

file comparison

(0.07 sec)
  1. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported File formats of GroupDocs.Redaction by using C#....Comparison Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/redaction/net/get-supported-...
  2. 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...
  3. 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...
  4. Load text from string | GroupDocs

    This article explains how to load values from variables of string type when 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/load-t...
  5. 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...
  6. Get supported file formats | GroupDocs

    This article explains how to get the list of all supported File formats....Comparison Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/watermark/java/get-supported...
  7. Load password-protected file | GroupDocs

    Load password-protected File In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Comparison Product Solution GroupDocs...password-protected file Load password-protected file Leave feedback...

    docs.groupdocs.com/redaction/java/load-password...
  8. Get supported file formats | GroupDocs

    Learn how to get a list of all supported File formats programmatically using GroupDocs.Parser for .NET. Check supported extensions and File types dynamically in C#....Comparison Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/parser/net/get-supported-fil...
  9. Load file from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for .NET....Comparison Product Solution GroupDocs.../ Loading files from different sources / Load file from URL Load...

    docs.groupdocs.com/conversion/net/load-file-fro...
  10. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported File formats of GroupDocs.Redaction by using Java....Comparison Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/redaction/java/get-supported...