Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 2,945 for

file editor

(0.1 sec)
  1. Deleting worksheets from spreadsheet | GroupDocs

    This article describes the new feature of the GroupDocs.Editor for Java version 26.1 - deleting (removing) one or many worksheets from the loaded and edited spreadsheet (workbook) during its saving to the output format...Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for Java /...

    docs.groupdocs.com/editor/java/deleting-workshe...
  2. Save document | GroupDocs

    This article demonstrates how to save edited text documents, spreadsheets and presentations with GroupDocs.Editor for Java API....Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for Java /...

    docs.groupdocs.com/editor/java/save-document/
  3. Save a modified file to a stream | GroupDocs

    This article shows how to save a File to the specified stream in Java...Editor Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to a stream Save...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  4. Save a modified file to the original source | G...

    This article shows how to save the modified content to the underlying source in Java....Editor Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to the original...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  5. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a File of a particular format using GroupDocs.Metadata for Python via .NET....Editor Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  6. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a File of some particular format. advanced_usage.loading_Files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a File to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Editor Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  7. Save document to the same file or stream | Grou...

    This article explains how to save document to the same File or stream while using GroupDocs. Watermarks API....Editor Product Solution GroupDocs...the same file or stream Save document to the same file or stream...

    docs.groupdocs.com/watermark/net/save-document-...
  8. Get Document Metadata without Editing in C#

    We have added a lot of new options and features in this major release/update of GroupDocs.Editor for .NET 19.9. All public methods/classes have been moved to Legacy namespace and they are marked as obsolete. Now, when you update to this latest version, it is required to make project-wide replacement of namespace usages from GroupDocs.Editor. to GroupDocs.Editor.Legacy to resolve build issues. Access release notes here. Why to migrate? Editor class introduced as a single entry point to manage the document editing process to any supported File format (instead of EditorHander class from previous versions) Architecture is redesigned to decrease memory usage Simplified document editing and saving options See difference in code...Editor for .NET 19.9. All public methods/classes...usages from GroupDocs.Editor . to GroupDocs.Editor.Legacy to resolve...

    blog.groupdocs.com/editor/get-document-metadata...
  9. Save a modified file to a stream | GroupDocs

    This article shows how to save a File to the specified stream using GroupDocs.Metadata for Python via .NET....Editor Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to a stream Save...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  10. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a File of some particular format. advanced_usage.loading_Files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } 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...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...