Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 2,691 for

file editor

(0.11 sec)
  1. Fixing Invalid Form Fields | Documentation

    Fixing Invalid Form Fields and Saving the Document 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/fixing-in...
  2. 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...
  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. Load password-protected file | Documentation

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

    docs.groupdocs.com/redaction/python-net/load-pa...
  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. Enabling inline CSS styles | Documentation

    This article describes the procedure of enabling the inline styles option for the WordProcessing documents in order to store the CSS styles not in the external stylesheet, but directly inside the HTML markup....Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for Java /...

    docs.groupdocs.com/editor/java/inline-styles/
  7. 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...
  8. Edit Presentations in Java | PPT/PPTX Editing

    Editing PowerPoint presentations is explained with Java example to edit PPT, PPTX, ODP Files within your application using presentation editing API....Việt 中文 中國傳統的 Presentation files come in different formats like...relying on a powerful GroupDocs.Editor for Java library. This library...

    blog.groupdocs.com/editor/edit-ppt-pptx-present...
  9. Generating worksheets (tabs) preview for spread...

    This article describes how to generate a preview for any worksheet (tab) from an existing Excel spreadsheet in SVG format using GroupDocs.Editor for Node.js....Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for Node.js...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  10. Enabling Inline CSS Styles | Documentation

    This article describes how to enable the inline styles option for WordProcessing documents to store CSS styles directly inside the HTML markup using 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/inline-st...