Sort Score
Result 10 results
Languages All
Labels All
Results 3,151 - 3,160 of 3,850 for

editing

(0.04 sec)
  1. Java로 프레젠테이션 편집 | PPT/PPTX 편집

    PowerPoint 프레젠테이션 편집은 프레젠테이션 편집 API를 사용하여 애플리케이션 내에서 PPT, PPTX, ODP 파일을 편집하는 Java 예제와 함께 설명됩니다.... // Edit Presentation Editor editor =...EditableDocument beforeEdit = editor.edit(editOptions); String originalContent...

    blog.groupdocs.com/ko/editor/edit-ppt-pptx-pres...
  2. Come modificare i file XML in Java | API Java p...

    Modifica o aggiorna i dati XML all'interno delle tue applicazioni Java. Modifica i file XML e salva le modifiche in vari formati utilizzando la modifica dell'API Java....agli editor esterni per l’editing visivo. Scarica il file JAR...di origine usando il metodo edit e le opzioni di modifica preparate...

    blog.groupdocs.com/it/editor/edit-xml-files-in-...
  3. Bearbeiten Sie Word-Dokumente in C# | Erstellen...

    Das Bearbeiten von Word-Dokumenten wird anhand von C#-Beispielen zum Bearbeiten von DOC-, DOCX- und ODT-Dateien in Ihrer .NET-Anwendung mithilfe der Dokumentbearbeitungs-API erläutert....Edit(editOptions)) { string originalContent...originalContent.Replace("document", "edited document"); } } Speichern Sie...

    blog.groupdocs.com/de/editor/edit-word-document...
  4. 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...
  5. Convert PDF to RTF using Node.js

    Learn how to convert PDF to RTF using Node.js with a step-by-step guide. Easily export PDF to RTF in Node.js for editable and formatted text processing....often, they are not easily editable or compatible with other text-based...converting PDF files to a more editable format but also enhances the...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  6. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format....format-specific properties to extract or edit metadata Console . WriteLine...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  7. Word 文書を編集する |オンライン編集とプログラムによるアプローチ

    Word 文書を編集する効率的な方法を発見します。 DOC/DOCX ファイルをオンラインで編集するか、C# と Java を使用してプログラムで編集します。...Edit(editOptions)) { string originalContent...originalContent.Replace("document", "edited document"); } } さらに詳しいガイダンスについては、...

    blog.groupdocs.com/ja/editor/edit-word-documents/
  8. ویرایش اسناد Word در Java | ویرایشگر Java ورد خ...

    ویرایش اسناد Word با مثال‌های Java برای ویرایش فایل‌های DOC، DOCX، ODT در برنامه‌های شما با استفاده از Java API ویرایش اسناد توضیح داده شده است....edit(); // یا با استفاده از هر ویرایشگر...allEmbeddedInsideStr.replace("document", "edited document"); // سند ویرایش شده...

    blog.groupdocs.com/fa/editor/edit-word-document...
  9. 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...
  10. Remove Annotations from RTF using Java

    Discover how to effectively remove annotations from RTF using Java. This guide provides code example that illustrates how to delete annotations in RTF using Java....save method to save the edited RTF file to your disk First...Redactor.save method to save the edited RTF file to your disk. Below...

    kb.groupdocs.com/redaction/java/remove-annotati...