Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 1,210 for

replacement

(0.07 sec)
  1. ایجاد Document Viewer در ASP.NET Core MVC برای ...

    بینندگان اسناد آنلاین پس از افزایش استفاده از اسناد دیجیتال، به ویژه در سیستم های مدیریت محتوا، محبوب شده اند. دلیل این محبوبیت این است که شما می توانید انواع فرمت های اسناد را بدون خرید یا نصب برنامه های نرم افزاری اختصاصی مشاهده کنید. با توجه به اهمیت نمایشگر اسناد، فکر کردم مقاله ای در مورد نحوه ایجاد یک نمایشگر سند جهانی در ASP.NET MVC بنویسم. ما قصد داریم یک برنامه نمایش اسناد ASP....replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/fa/viewer/document-viewer-in...
  2. Создание средства просмотра документов в ASP.NE...

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

    blog.groupdocs.com/ru/viewer/document-viewer-in...
  3. Buat Penampil Dokumen di ASP.NET Core MVC untuk...

    Pemirsa dokumen online menjadi populer setelah meningkatnya penggunaan dokumen digital, terutama dalam sistem pengelolaan konten. Alasan di balik popularitas ini adalah Anda dapat melihat berbagai format dokumen tanpa membeli atau menginstal program perangkat lunak khusus. Mempertimbangkan pentingnya penampil dokumen, saya berpikir untuk menulis artikel tentang cara membuat penampil dokumen universal di ASP.NET MVC. Kita akan membuat aplikasi penampil dokumen ASP.NET MVC yang akan menargetkan [.NET Core](https://en.wikipedia. org/wiki/.NETCore) kerangka kerja. Untuk perenderan dokumen di backend, kami akan menggunakan GroupDocs....replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/id/viewer/document-viewer-in...
  4. 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...
  5. 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...
  6. Working with GroupDocs.Assembly Engine | GroupDocs

    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...
  7. Inserting Bookmarks Dynamically | GroupDocs

    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...
  8. Working with GroupDocs.Assembly Engine | GroupDocs

    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...
  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...