Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 3,850 for

edit

(0.04 sec)
  1. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source in Java.... OutputPpt )) { // Edit or remove metadata here // Saves...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  2. GroupDocs Newsletter March 2018 – Document Mani...

    Share this issue: Monthly NewsletterMarch 2018 Edit Business Documents in Java by Loading in HTML Save Back to HTML, Word, ODT, XML & Text File Formats Edit and transform documents using HTML Editor or by any UI-less service within any Java based application. GroupDocs.Editor for Javais a powerful document Editing API that allows converting 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 Easily manage complex documents Editing operations by adding just a few lines of code within any type of Java application....Monthly NewsletterMarch 2018 # Edit Business Documents in Java by...ODT, XML & Text File Formats Edit and transform documents using...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  3. Float and paginal modes | Documentation

    This article explains the pros and cons of float and paginal document Editing modes when Editing Word documents with GroupDocs.Editor API..../ Developer Guide / Edit Document / Edit Word Document / Float...to enable different document edit modes? The WordProcessing module...

    docs.groupdocs.com/editor/nodejs-java/float-and...
  4. Output format and password | Documentation

    Following this guide you will learn how to save Edited Word document with password or change output document format using GroupDocs.Editor for Java features..../ Developer Guide / Edit document / Edit Word document / Output...instance, that contains already edited document content, should be...

    docs.groupdocs.com/editor/java/output-format-an...
  5. Product Overview | Documentation

    GroupDocs.Editor for .NET is a C# api allows to Edit Microsoft Office documents like Word, Excel or PowerPoint or PDF without third party software installed....library which allows you to edit most popular document formats...GroupDocs.Editor for .NET you can edit files of various formats and...

    docs.groupdocs.com/editor/net/product-overview/
  6. Inserting edited slide into existing presentati...

    This article describes how to insert an Edited presentation slide into an existing PowerPoint presentation using GroupDocs.Editor for Node.js and Java..../ Developer Guide / Edit Document / Edit PowerPoint Presentations...Presentations in Node.js / Inserting edited slide into existing presentation...

    docs.groupdocs.com/editor/nodejs-java/inserting...
  7. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, Edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...loadOptions )) { // Extract, edit or remove metadata here } More...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  8. Output format and password | Documentation

    Following this guide you will learn how to save Edited Word document with password or change output document format using GroupDocs.Editor for .NET features..../ Developer Guide / Edit document / Edit Word document / Output...instance, that contains already edited document content, should be...

    docs.groupdocs.com/editor/net/output-format-and...
  9. Document protection | Documentation

    This article explains how to Edit protected Word document, allow or restrict document Editing features like adding comments or filling form fields using GroupDocs.Editor for .NET API..../ Developer Guide / Edit document / Edit Word document / Document...read-only mode, other allow to edit form-fields etc. allows to apply...

    docs.groupdocs.com/editor/net/document-protection/
  10. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source.... OutputPpt )) { // Edit or remove metadata here // Saves...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/save-a-modified...