Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 15,164 for

file

(0.1 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. How to Edit XML File | GroupDocs

    This article demonstrates how to edit XML Files and XML documents using Node.js via Java..../ How to Edit XML File How to Edit XML File Leave feedback On...need to specify the file itself through a file path or an input...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  4. How to edit Mobi file | GroupDocs

    This article demonstrates how to edit Mobi Files using C# programming language....How to edit Mobi file How to edit Mobi file Leave feedback On...auto-detection. Loading Mobi file for edit Despite of a distinct...

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  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. Specify file type for comparison manually | Gro...

    Following this guide you will learn how to specify File type for comparison manually when use GroupDocs.Comparison for .NET....Specify file type for comparison manually Specify file type for...provides the option to specify file type for comparison manually...

    docs.groupdocs.com/comparison/net/specify-file-...
  7. Detect file type of container item | GroupDocs

    Learn how to detect File types of items within containers using GroupDocs.Parser for Python via .NET....Attachments / Detect file type of container item Detect file type of container...functionality to detect the file type of items within containers...

    docs.groupdocs.com/parser/python-net/detect-fil...
  8. GroupDocsParserException when indexing very old...

    Hello, We get an exception when trying to index an old doc File: GroupDocs.Parser.Exceptions.GroupDocsParserException: The document appears to be corrupted and cannot be loaded. at .(Stream , LoadOptions ) at .(N…...GroupDocsParserExcep when indexing very old doc file GroupDocs.Search Product Family...when trying to index an old doc file: GroupDocs.Parser.Exceptions...

    forum.groupdocs.com/t/groupdocsparserexception-...
  9. 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...
  10. Load password-protected file | GroupDocs

    Learn how to load a password-protected File by using .NET redaction API...password-protected file Load password-protected file Leave feedback...

    docs.groupdocs.com/redaction/net/load-password-...