Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 2,750 for

file editor

(0.11 sec)
  1. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Editor Product Solution GroupDocs... result . getText ())); } } File Type Detection Old coding style...

    docs.groupdocs.com/parser/java/migration-notes/
  2. Save in original format | Documentation

    The following example demonstrates how to save File in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Editor Product Solution GroupDocs...example demonstrates how to save file in its original format with...

    docs.groupdocs.com/redaction/java/save-in-origi...
  3. Developer Guide | Documentation

    Developer Guide section explains all aspects of GroupDocs.Editor for Java File Editor features, provides code snippets and examples of editing Microsoft Office formats progammatically in Java applications...Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for Java /...

    docs.groupdocs.com/editor/java/developer-guide/
  4. Control temporary files | Documentation

    This article explains how to control temporary Files used by GroupDocs.Comparison for Java....Editor Product Solution GroupDocs...Control temporary files Control temporary files Leave feedback On...

    docs.groupdocs.com/comparison/java/control-temp...
  5. Developer Guide | Documentation

    Explains GroupDocs.Editor for .NET File Editor features and shows how to edit Word, XML and text documents, Excel spread sheets, PowerPoint presentations inside your .NET applications...Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for .NET /...

    docs.groupdocs.com/editor/net/developer-guide/
  6. Split a worksheet into pages | Documentation

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to split worksheets into pages when rendering spreadsheet Files to HTML, PDF, and image formats....Editor Product Solution GroupDocs...basics / Render spreadsheet files / Split a worksheet into pages...

    docs.groupdocs.com/viewer/net/split-worksheet-i...
  7. Saving documents | Documentation

    Saving a document with method Save(), GroupDocs.Watermark puts it in the same folder as the original File, rewriting original. If you need to save the document to any custom location, you’ll have to use Save(string) method or Save(Stream) of Watermarker class. You can see examples of Save methods in one of these guides: Save document to the same File or stream Save document to the specified location Save document to the specified stream...Editor Product Solution GroupDocs...same folder as the original file, rewriting original. If you...

    docs.groupdocs.com/watermark/net/saving-documents/
  8. Load from a stream | Documentation

    This example demonstrates how to load a File from a stream. advanced_usage.loading_Files.LoadFromStream JavaScript try { const FileStream = fs.createReadStream("input.one") const metadata = new groupdocs.metadata.Metadata(FileStream); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Editor Product Solution GroupDocs.../ Advanced Usage / Loading files / Load from a stream Load from...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  9. Working with metadata in Diagrams | Documentation

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc...Editor Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. GroupDocs.Search for Node.js | Documentation

    GroupDocs.Search for Node.js is a fascinating document search API. It extracts text and metadata from documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm...Editor Product Solution GroupDocs...occurrences, basic metadata fields, file names, document types and much...

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