Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 1,062 for

replacement

(0.05 sec)
  1. 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...
  2. 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 .NET watermark ......Custom Redaction 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/ja/tags/index.xml
  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 C# syntax supported programming 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....expressions according to their roles Replace the corresponding tags with...

    docs.groupdocs.com/assembly/net/working-with-gr...
  4. Jak přidat náhradní anotaci do PDF pomocí C#

    Tento tutoriál nabízí návod, jak přidat náhradní anotaci do PDF pomocí C#. Obsahuje také kód a kroky pro vložení náhradní anotace do PDF v C#....v tomto tématu je C# add replacement annotation snadný úkol. Po...

    kb.groupdocs.com/cs/annotation/net/how-to-add-r...
  5. Add Text Watermark to JPG using C#

    Discover how to add text watermark to JPG using C#. Moreover, you'll receive a code snippet demonstrating how to insert text watermark to JPG in C# programming.... Within the code, you’ll replace the placeholder “Watermark...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  6. Significant trouble installing, and now using G...

    Significant trouble installing, and now using GroupDocs At first, attempting `pip install groupdocs-viewer-net` was yielding an error that said no such file existed, despite me getting that command...... # {0} is replaced with the current page number...image for each slide. # {0} is replaced with the current page number...

    forum.groupdocs.com/t/significant-trouble-insta...
  7. 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...
  8. Створіть засіб перегляду документів у ASP.NET C...

    Онлайн-переглядач документів став популярним після зростання використання цифрових документів, особливо в системах керування вмістом. Причина такої популярності полягає в тому, що ви можете переглядати різноманітні формати документів, не купуючи чи встановлюючи спеціальні програми. Враховуючи важливість засобів перегляду документів, я думав написати статтю про те, як створити універсальний засіб перегляду документів у ASP.NET MVC. Ми збираємося створити програму перегляду документів ASP.NET MVC, яка буде націлена на фреймворк .NET Core. Для візуалізації документів у серверній частині ми будемо використовувати GroupDocs....replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/uk/viewer/document-viewer-in...
  9. 在 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...
  10. 编辑 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...