Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 2,928 for

file editor

(1.17 sec)
  1. Save file to stream | GroupDocs

    This article demonstrates how to convert a File and save it as a stream using GroupDocs.Conversion for .NET API....Editor Product Solution GroupDocs...usage / Saving / Save file to stream Save file to stream Leave feedback...

    docs.groupdocs.com/conversion/net/save-file-to-...
  2. Saving a File to an Output Stream | GroupDocs

    This article demonstrates how to convert a File and save it as a stream using GroupDocs.Conversion for Java API....Editor Product Solution GroupDocs.../ Saving a File to an Output Stream Saving a File to an Output...

    docs.groupdocs.com/conversion/java/save-file-to...
  3. Generating worksheets (tabs) preview for spread...

    This article describes how to generate a preview for any worksheet (tab) for the existing Excel spreadsheet in SVG format...Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for .NET /...

    docs.groupdocs.com/editor/net/generating-worksh...
  4. Releasing GroupDocs.Editor for Java API- Perfor...

    We are pleased to announce the release of GroupDocs.Editor for Java API version 17.9 which makes it easier to perform document editing operations and conversion of edited document with simple line of code with various supported document formats. Document Editing API allows user to convert supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made....Editor for Java API version 17.9 which...changes in any WYSIWYG HTML Editor , it also provide facility...

    blog.groupdocs.com/editor/releasing-groupdocs.e...
  5. Edit PowerPoint Presentations in Node.js | Grou...

    This guide demonstrates how to edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of GroupDocs.Editor for Node.js....Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for Node.js...

    docs.groupdocs.com/editor/nodejs-java/edit-powe...
  6. Word table columns shrink with GroupDocs.Editor...

    Hello, I’ve integrated the GroupDocs Editor into our project to enable online editing of Word documents. Here’s how it works: we upload a Word File, which is then converted into HTML using the GroupDocs Editor. Subseque…...Editor in JAVA and TinyMCEe GroupDocs.Editor Product...I’ve integrated the GroupDocs Editor into our project to enable...

    forum.groupdocs.com/t/word-table-columns-shrink...
  7. 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....Editor Product Solution GroupDocs...Password-Protected File Load Password-Protected File Leave feedback...

    docs.groupdocs.com/conversion/python-net/develo...
  8. Get supported file formats | GroupDocs

    List all supported File formats using Python via .NET....Editor Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/watermark/python-net/get-sup...
  9. 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....Editor Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...
  10. Text file encoding detection | GroupDocs

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

    docs.groupdocs.com/search/nodejs-java/text-file...