Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 17,149 for

file

(1.15 sec)
  1. 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...
  2. Merge Multiple File Types into One File using J...

    Combine two or more documents of different File formats into one single File in Java. Automate merging PDF Word Excel PPT into PDF with Document Merger API....different documents into one single file. In this article, you will learn...same or different file types into one file using Java. In another...

    blog.groupdocs.com/merger/merge-multiple-file-t...
  3. 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...
  4. Get supported file formats | GroupDocs

    The page describes how to obtain supported File formats list when annotate documents and images with GroupDocs.Annotation within your .NET applications....Get supported file formats Get supported file formats Leave feedback...to get the list of supported file formats. To do this, follow...

    docs.groupdocs.com/annotation/net/get-supported...
  5. 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...
  6. Load with file type | GroupDocs

    This article shows how to open a document by explicitly specifying its File type in LoadOptions....documents / Load with file type Load with file type Leave feedback...from a without a file name, or when the file extension does not...

    docs.groupdocs.com/redaction/net/load-with-file...
  7. get-supported-file-formats.txt

    ActionScript Programming Language format (.as) ActionScript Programming Language format (.as3) Assembler Programming Language format (.asm) Type of interpreter that processes shell commands (.bash)......bash) File determines the behavior of interactive...interactive shells (.bashrc) Script file in DOS, OS/2 and Microsoft Windows...

    docs.groupdocs.com/comparison/python-net/_outpu...
  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#....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...
  9. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Parser for Python via .NET....Loading / Load file from local disk Load file from local disk...this page When the document file is located on the local disk...

    docs.groupdocs.com/parser/python-net/load-file-...
  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....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...