Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 2,673 for

file editor

(0.04 sec)
  1. 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....Editor Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...
  2. Load file from stream | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Comparison for .NET....Editor Product Solution GroupDocs.../ Loading / Load file from stream Load file from stream Leave...

    docs.groupdocs.com/comparison/net/load-file-fro...
  3. Determine the file type | Documentation

    This article explains how to get a type of a File with GroupDocs.Viewer for Java using Java....Editor Product Solution GroupDocs.../ Determine the file type Determine the file type Leave feedback...

    docs.groupdocs.com/viewer/java/how-to-determine...
  4. Edit and Update Form Fields | Documentation

    Editing Form Fields with GroupDocs.Editor for Node.js via Java...Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for Node.js...

    docs.groupdocs.com/editor/nodejs-java/edit-and-...
  5. Changing Target File Format | Documentation

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a powerful feature to change the target File format of an assembled document using File extension or explicit specification. GroupDocs.Assembly API provides the ability to change target File format when assembling the following File formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output File formats depending on input File formats can be found at this page....Editor Product Solution GroupDocs...Changing Target File Format Changing Target File Format Leave feedback...

    docs.groupdocs.com/assembly/net/changing-target...
  6. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text File automatically....Editor Product Solution GroupDocs...Indexing / Text file encoding detection Text file encoding detection...

    docs.groupdocs.com/search/net/text-file-encodin...
  7. Edit Word Documents in Node.js and Java | Docum...

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes, and many other powerful features of GroupDocs.Editor for Node.js and Java....Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for Node.js...

    docs.groupdocs.com/editor/nodejs-java/edit-word/
  8. Load file from stream | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs.../ Loading / Load file from stream Load file from stream Leave...

    docs.groupdocs.com/comparison/python-net/load-f...
  9. Edit Document | Documentation

    Follow this guide to learn how to edit text documents, spreadsheets, and presentations using GroupDocs.Editor for Node.js via Java API features....Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for Node.js...

    docs.groupdocs.com/editor/nodejs-java/edit-docu...
  10. How to Run Examples | Documentation

    We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or using our back-end or front-end examples out-of-the-box....Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for .NET /...

    docs.groupdocs.com/editor/net/how-to-run-examples/