Sort Score
Result 10 results
Languages All
Labels All
Results 3,671 - 3,680 of 4,298 for

edit

(0.41 sec)
  1. Remove Image Watermark from RTF Using Python

    Learn how to remove image watermark from RTF using Python. This tutorial shows how to detect and delete image watermarks in RTF documents programmatically....slow or repetitive manual editing. Steps to Remove Image Watermark...automated systems, or mixed editing environments where watermark...

    kb.groupdocs.com/watermark/python/remove-image-...
  2. 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...
  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. ویرایش اسناد Word در Java | ویرایشگر Java ورد خ...

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

    blog.groupdocs.com/fa/editor/edit-word-document...
  5. GroupDocs.Annotation for .NET | GroupDocs

    .NET library that adds, Edits, and removes annotations and markup — area and shape annotations, text highlight/underline/strikeout, watermarks, image and link stamps, and threaded comments — on PDF, Word, Excel, PowerPoint, images, CAD, Visio, and email files. No Microsoft Office or Adobe Acrobat required....document annotation API that adds, edits, and removes annotations and...images, and hyperlinks, add editable text fields, and attach threaded...

    docs.groupdocs.com/annotation/net/
  6. ویرایش ارائه ها در C# | ویرایش NET PPT/PPTX

    ویرایش ارائه‌های پاورپوینت با مثال‌های C# برای ویرایش فایل‌های PPT، PPTX، ODP در برنامه دات‌نت با استفاده از API ویرایش ارائه توضیح داده شده است.... // Edit Presentation using (Editor editor...(EditableDocument beforeEdit = editor.Edit(editOptions)) { string originalContent...

    blog.groupdocs.com/fa/editor/edit-ppt-pptx-pres...
  7. Chỉnh sửa tài liệu Word | Chỉnh sửa trực tuyến ...

    Khám phá những cách hiệu quả để chỉnh sửa tài liệu Word. Chỉnh sửa tệp DOC/DOCX trực tuyến hoặc thực hiện theo chương trình bằng C# & Java....Edit(editOptions)) { string originalContent...originalContent.Replace("document", "edited document"); } } Để được hướng...

    blog.groupdocs.com/vi/editor/edit-word-documents/
  8. Editor de metadatos EPUB: ver y editar propieda...

    Descubra formas de ver y Editar metadatos EPUB. Edite los metadatos de EPUB en línea o hágalo mediante programación usando C# y Java.... Vea y edite metadatos EPUB fácilmente en...designada. Edite las propiedades de metadatos editables del libro...

    blog.groupdocs.com/es/metadata/view-edit-epub-m...
  9. Java에서 Excel 파일 편집 | 온라인 Java Excel 시트 편집기 구축

    Java 응용 프로그램으로 Excel 파일(XLS, XLSX, ODS)을 편집합니다. 스프레드시트 및 문서 편집 Java API를 사용하여 스프레드시트를 편집하는 예입니다.... 워크시트 탭 색인을 설정하고 edit() 을 사용하여 Editable Document 를 가져옵니다. 해당...EditableDocument firstTab = editor.edit(editOptions); String bodyContent...

    blog.groupdocs.com/ko/editor/edit-excel-files-i...
  10. How to Convert MSG to DOCX using C#

    In this section, you will learn how to convert MSG to DOCX using C# without relying on third-party tools. Also, we will provide code to export MSG to DOCX in C#....collaboration, archiving, or editing. In this article, we will delve...collaboration, archiving, or editing capabilities. The conversion...

    kb.groupdocs.com/conversion/net/how-to-convert-...