Sort Score
Result 10 results
Languages All
Labels All
Results 3,131 - 3,140 of 3,772 for

editing

(0.04 sec)
  1. Groupdocs.Blogs on GroupDocs Blog | Document Au...

    Groupdocs.Blogs on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Groupdocs.Blogs on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve...... Edit Metadata in Node.js Applications...metadata eBook EPUB menggunakan C#. Edit properti khusus EPUB dan item...

    blog.groupdocs.com/id/groupdocs.blog/index.xml
  2. Remove Annotations from PPTX using C#

    Gain a clear understanding of how to remove annotations from PPTX using C#. Additionally, you'll find a code example on how to delete annotations in PPTX using C#....allowing for feedback, notes, and edits to be marked directly on the...include comments, notes, or edits that were meant only for internal...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  3. Load a file of a specific format | Documentation

    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....format-specific properties to extract or edit metadata System . out . println...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  4. Add document to Word processing via OLE | Docum...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your Java applications....application into currently edited documents. For example Excel...be embedded into documents edited in a word processor and so...

    docs.groupdocs.com/merger/java/add-document-to-...
  5. Insert OLE objects in csharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Microsoft e permite que você crie e edite documentos contendo itens ou...

    blog.groupdocs.com/pt/tag/insert-ole-objects-in...
  6. embed OLE object in word in csharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Microsoft e permite que você crie e edite documentos contendo itens ou...

    blog.groupdocs.com/pt/tag/embed-ole-object-in-w...
  7. 在 C# 中編輯 Word 文檔 |構建您自己的 .NET Word 編輯器

    使用 C# 示例解釋編輯 Word 文檔,以使用文檔編輯 API 在您的 .NET 應用程序中編輯 DOC、DOCX、ODT 文件。...Edit(editOptions)) { string originalContent...originalContent.Replace("document", "edited document"); } } 使用選項保存編輯後的...

    blog.groupdocs.com/zh-hant/editor/edit-word-doc...
  8. Chỉnh sửa Tài liệu Word trong C# | Xây dựng Trì...

    Việc chỉnh sửa tài liệu Word được giải thích bằng các ví dụ C# để chỉnh sửa các tệp DOC, DOCX, ODT trong ứng dụng .NET của bạn bằng cách sử dụng API chỉnh sửa tài liệu....Edit(editOptions)) { string originalContent...originalContent.Replace("document", "edited document"); } } Lưu tài liệu...

    blog.groupdocs.com/vi/editor/edit-word-document...
  9. Modifier des documents Word en C# | Créez votre...

    L'édition de documents Word est expliquée avec des exemples C # pour éditer des fichiers DOC, DOCX, ODT dans votre application .NET à l'aide de l'API d'édition de documents....Edit(editOptions)) { string originalContent...originalContent.Replace("document", "edited document"); } } Enregistrez...

    blog.groupdocs.com/fr/editor/edit-word-document...
  10. Convert PDF to Word using Node.js

    Learn how to convert PDF to Word using Node.js effortlessly. Export PDF to Word in Node.js with simple steps and libraries for accurate document conversion....Converting PDF documents into editable Word files is a common requirement...in Node.js makes it easier to edit and manipulate the content without...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...