Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 3,291 for

file editor

(0.06 sec)
  1. Edit XML Files using Java on GroupDocs Blog | D...

    Edit XML Files using Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Edit XML Files using Java on GroupDocs Blog | Document Automation Solutions ......Edit XML Files using Java on GroupDocs Blog | Document Automation...Recent content in Edit XML Files using Java on GroupDocs Blog...

    blog.groupdocs.com/it/tag/edit-xml-files-using-...
  2. Load Password-Protected File | GroupDocs

    Unlock and convert password-protected Word, Excel, PowerPoint, and PDF documents by passing a LoadOptions instance with the password attribute to the Converter constructor in GroupDocs.Conversion for Python via .NET....Editor Product Solution GroupDocs...Password-Protected File Load Password-Protected File Leave feedback...

    docs.groupdocs.com/conversion/python-net/develo...
  3. 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...
  4. 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...
  5. EditableDocument | GroupDocs

    This documentation section explains features of the EditableDocument class when editing a document with GroupDocs.Editor for Python via .NET API....Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for Python...

    docs.groupdocs.com/editor/python-net/editabledo...
  6. Locales for output document | GroupDocs

    This guide demonstrates how to edit RTL documents and specify locale for Word documents when using GroupDocs.Editor for Python via .NET API....Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for Python...

    docs.groupdocs.com/editor/python-net/locales-fo...
  7. Text file encoding detection | GroupDocs

    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. Load File From Stream | GroupDocs

    Pass any Python File-like object — open() handle, io.BytesIO, boto3/azure-blob/requests response body — to the Converter constructor to convert documents directly from memory or cloud storage without touching the local Filesystem....Editor Product Solution GroupDocs...Documents / Load From Stream Load File From Stream Leave feedback On...

    docs.groupdocs.com/conversion/python-net/develo...
  9. 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...
  10. Edit XML Files using CSharp on GroupDocs Blog |...

    Edit XML Files using CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Edit XML Files using CSharp on GroupDocs Blog | Document Automation Soluti......Edit XML Files using CSharp on GroupDocs Blog | Document Automation...Recent content in Edit XML Files using CSharp on GroupDocs Blog...

    blog.groupdocs.com/it/tag/edit-xml-files-using-...