Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 16,285 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. Supported file formats | GroupDocs

    This topic lists File formats supported by GroupDocs.Total for Java....Java / Supported file formats Supported file formats Leave feedback...this page Explore the diverse file formats supported by GroupDocs...

    docs.groupdocs.com/total/java/supported-documen...
  3. Get supported file types | GroupDocs

    This article explains how to obtain supported File formats list when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents with GroupDocs.Merger within your Java applications..../ Get supported file types Get supported file types Leave feedback...demonstrates how to get supported file formats list. List < FileType...

    docs.groupdocs.com/merger/java/get-supported-fi...
  4. 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-...
  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 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...
  7. Supported file formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, DOTX, ODT, OTT, RTF, XLS, XLSX, XLSB, XLSM, XLT, XLTX, XLTM, XLAM, CSV, TSV, ODS, OTS, FODS, SXC, NUMBERS, PDF, EPUB, AZW3, MOBI, TXT, XML, CHM...started / Supported file formats Supported file formats Leave feedback...On this page This topic lists file formats supported by GroupDocs...

    docs.groupdocs.com/markdown/net/supported-file-...
  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. Get file info | GroupDocs

    This article explains how to detect document File type, size and calculate pages count when annotate documents or images with GroupDocs.Comparison....Comparison basic / Get file info Get file info Leave feedback On...following file information: represents the document file type (PDF...

    docs.groupdocs.com/comparison/java/get-file-info/
  10. Split text file | GroupDocs

    Follow this guide and learn how to split text File into several resultant Files using GroupDocs.Merger for Node.js via Java API....operations / Split text file Split text file Leave feedback allows...split text file into several resultant text files. The default...

    docs.groupdocs.com/merger/nodejs-java/split-tex...