Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 14,359 for

file

(0.04 sec)
  1. 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....Password-Protected File Load Password-Protected File Leave feedback...below: load_password_protected_file.py from groupdocs.conversion...

    docs.groupdocs.com/conversion/python-net/develo...
  2. 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....overwriting original file Save overwriting original file Leave feedback...original file: // Make a copy of sample file Files . copy ( new...

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

    This article explains that how to detect encoding of a text File automatically....Indexing / Text file encoding detection Text file encoding detection...automatically detect encoding of a text file, the property defined in the...

    docs.groupdocs.com/search/net/text-file-encodin...
  4. Get supported file formats | Documentation

    This article explains how to obtain supported File formats list when viewing documents with GroupDocs.Comparison within your Python applications....Get supported file formats Get supported file formats Leave feedback...to obtain a list of supported file formats: import groupdocs.comparison...

    docs.groupdocs.com/comparison/python-net/get-su...
  5. Get supported file formats | Documentation

    This article shows how to check supported File formats....Get supported file formats Get supported file formats Leave feedback...the list of all the supported file formats by the static method:...

    docs.groupdocs.com/parser/net/get-supported-fil...
  6. Get supported file formats | Documentation

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

    docs.groupdocs.com/redaction/java/get-supported...
  7. Supported file formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Java / Supported file formats Supported file formats Leave feedback...this page Tip Need to convert files online? Try the to convert DOCX...

    docs.groupdocs.com/conversion/java/supported-fi...
  8. Configurable Redaction using an XML File

    A configuration File defines the initial or commonly used parameters, options, settings or preferences applied to operating systems, infrastructure devices or applications in an IT context. When the Need Arises If you have large size data (may consist of multiple Files of different File formats) or corporate sensitive data which need to be redacted without specifying the rules in your code. What is the Solution The GroupDocs.Redaction API provides the way to define a removal policy by writing the list of pre-configured redaction rules in an XML File....A configuration file defines the initial or commonly used parameters...consist of multiple files of different file formats) or corporate...

    blog.groupdocs.com/redaction/configurable-redac...
  9. Supported File Formats | Documentation

    The following article indicates the File formats that GroupDocs.Comparison can work with....Started / Supported File Formats Supported File Formats Leave feedback...On this page This topic lists file formats supported by . You can...

    docs.groupdocs.com/comparison/java/supported-do...
  10. Supported File Formats | Documentation

    The following article indicates the File formats that GroupDocs.Comparison can work with....Started / Supported File Formats Supported File Formats Leave feedback...On this page This topic lists file formats supported by . You can...

    docs.groupdocs.com/comparison/nodejs-java/suppo...