Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 984 for

replacement

(0.05 sec)
  1. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Add Image Water......Blackout Text in PDF Find and Replace Text in PDF Find Text in PDF...find and replace Find and Replace in Word Find and replace text Redact...

    blog.groupdocs.com/vi/tags/index.xml
  2. Hur man lägger till ersättningsanteckning i PDF...

    Denna handledning ger vägledning om hur du lägger till ersättningsanteckningar i PDF med C#. Den innehåller också kod och steg för att infoga ersättningsanteckningar till PDF i C#....nämns i detta ämne är C# add replacement annotation en enkel uppgift...

    kb.groupdocs.com/sv/annotation/net/how-to-add-r...
  3. Working with GroupDocs.Assembly Engine | Docume...

    About this section The articles in this section will be talking about technical concepts to be considered when creating document templates in order to generate your required reports. After going through this section, hopefully you will understand the template syntax, composing expressions and other syntax elements. Additionally, we’ll also discuss how GroupDocs.Assembly engine reads the syntax, evaluates the expressions to populate with assigned data and then generates your desired report according to your business needs.... Replace the corresponding tags with...

    docs.groupdocs.com/assembly/java/working-with-g...
  4. Inserting Bookmarks Dynamically | Documentation

    Note This feature is supported by version 20.1 or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Dynamic insertion of bookmarks for Word Processing documents and emails with HTML and RTF bodies You can insert bookmarks to your reports dynamically using bookmark tags. Syntax of a bookmark tag is defined as follows. <> bookmarked_content <> Here, bookmark_expression defines the name of a bookmark to be inserted during run-time....bookmark start and end that replace corresponding opening and closing...

    docs.groupdocs.com/assembly/net/inserting-bookm...
  5. Vytvořte prohlížeč dokumentů v ASP.NET Core MVC...

    Online prohlížeče dokumentů se staly populární po rostoucím používání digitálních dokumentů, zejména v systémech pro správu obsahu. Důvodem této popularity je, že si můžete prohlížet různé formáty dokumentů bez nákupu nebo instalace speciálních softwarových programů. Vzhledem k důležitosti prohlížečů dokumentů mě napadlo napsat článek o tom, jak vytvořit univerzální prohlížeč dokumentů v ASP.NET MVC. Chystáme se vytvořit aplikaci pro prohlížení dokumentů ASP.NET MVC, která bude cílit na framework .NET Core. Pro vykreslování dokumentů na backendu použijeme GroupDocs....replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/cs/viewer/document-viewer-in...
  6. إنشاء عارض المستندات في ASP.NET Core MVC لـ 140...

    أصبح مشاهدو المستندات عبر الإنترنت شائعًا بعد الاستخدام المتزايد للوثائق الرقمية ، خاصة في أنظمة إدارة المحتوى. السبب وراء هذه الشعبية هو أنه يمكنك عرض مجموعة متنوعة من تنسيقات المستندات دون شراء أو تثبيت برامج مخصصة. بالنظر إلى أهمية عارض المستندات ، فكرت في كتابة مقال حول كيفية إنشاء عارض مستندات عالمي في ASP.NET MVC. سنقوم بإنشاء ASP.NET MVC تطبيق عارض المستندات الذي سيستهدف .NET Core. لعرض المستند في الخلفية ، سنستخدم GroupDocs....replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/ar/viewer/document-viewer-in...
  7. 在 C# 中編輯 Word 文檔 |構建您自己的 .NET Word 編輯器

    使用 C# 示例解釋編輯 Word 文檔,以使用文檔編輯 API 在您的 .NET 應用程序中編輯 DOC、DOCX、ODT 文件。...Replace("document", "edited document");...editedContent = 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....Replace("document", "edited document");...editedContent = originalContent.Replace("document", "edited document");...

    blog.groupdocs.com/vi/editor/edit-word-document...
  9. 编辑 Excel 电子表格 |在线编辑和程序化方法

    探索编辑 Excel 电子表格的有效方法。可以在线编辑 XLS/XLSX 文件,也可以使用 C# 和 Java 以编程方式进行编辑。...Replace("Company Name", "New Company...editedSheetContent = allContent.replace("Old Company Name","New Company...

    blog.groupdocs.com/zh/editor/edit-excel-spreads...
  10. 在 C# 中编辑演示文稿 | .NET PPT/PPTX 编辑

    通过 C# 示例解释了如何编辑 PowerPoint 演示文稿,以便使用演示文稿编辑 API 在 .NET 应用程序中编辑 PPT、PPTX、ODP 文件。...Replace("documents", "presentation");...editedContent = originalContent.Replace("documents", "presentation");...

    blog.groupdocs.com/zh/editor/edit-ppt-pptx-pres...