Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 15,633 for

file

(0.07 sec)
  1. 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....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 | 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....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. Supported File Formats | GroupDocs

    This topic lists File formats supported by GroupDocs.Total for Python via .NET....NET / Supported File Formats Supported File Formats Leave feedback...support a very broad range of file formats — from common office...

    docs.groupdocs.com/total/python-net/supported-d...
  4. Get file info | GroupDocs

    This article explains how to detect document File type, size and calculate pages count with GroupDocs.Comparison....Comparison basic / Get file info Get file info Leave feedback On...about a file: FileType represents the document file type (PDF...

    docs.groupdocs.com/comparison/python-net/get-fi...
  5. Text file encoding detection | GroupDocs

    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...
  6. 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....Guide / Basic usage / Get file info Get file info Leave feedback GroupDocs...document information. Get file info for a file from local disk import...

    docs.groupdocs.com/redaction/python-net/get-fil...
  7. Supported File Formats | GroupDocs

    GroupDocs.Signature for Python via .NET supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more formats....NET / Supported File Formats Supported File Formats Leave feedback...following table indicates the file formats that GroupDocs.Signature...

    docs.groupdocs.com/signature/python-net/support...
  8. Get supported file formats | GroupDocs

    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...
  9. Get supported file formats | GroupDocs

    List all supported File formats using Python via .NET....Get supported file formats Get supported file formats Leave feedback...Get the list of all supported file formats. Quickly retrieve the...

    docs.groupdocs.com/watermark/python-net/get-sup...
  10. 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....Guide / Basic usage / Get file info Get file info Leave feedback GroupDocs...document information. Get file info for a file from local disk using...

    docs.groupdocs.com/redaction/net/get-file-info/