Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 1,215 for

replacement

(0.47 sec)
  1. 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...
  2. 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...
  3. Utwórz przeglądarkę dokumentów w ASP.NET Core M...

    Przeglądarki dokumentów online stały się popularne po wzroście wykorzystania dokumentów cyfrowych, zwłaszcza w systemach zarządzania treścią. Powodem tej popularności jest możliwość przeglądania różnych formatów dokumentów bez kupowania lub instalowania dedykowanego oprogramowania. Biorąc pod uwagę znaczenie przeglądarek dokumentów, pomyślałem o napisaniu artykułu o tym, jak stworzyć uniwersalną przeglądarkę dokumentów w ASP.NET MVC. Zamierzamy utworzyć aplikację przeglądarki dokumentów ASP.NET MVC, która będzie kierowana na platformę .NET Core. Do renderowania dokumentów na zapleczu użyjemy GroupDocs....replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/pl/viewer/document-viewer-in...
  4. 在 Java 中編輯簡報 | PPT/PPTX 編輯

    使用 Java 範例解釋了編輯 PowerPoint 簡報,以使用簡報編輯 API 在應用程式中編輯 PPT、PPTX、ODP 檔案。...replace("document", "presentation");...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/zh-hant/editor/edit-ppt-pptx...
  5. Maak een documentviewer in ASP.NET Core MVC voo...

    De online documentviewers zijn populair geworden na het groeiende gebruik van digitale documenten, vooral in de contentmanagementsystemen. De reden achter deze populariteit is dat u verschillende documentformaten kunt bekijken zonder speciale softwareprogramma’s te kopen of te installeren. Gezien het belang van documentviewers, dacht ik een artikel te schrijven over het maken van een universele documentviewer in ASP.NET MVC. We gaan een ASP.NET MVC documentviewer-applicatie maken die gericht is op het ....replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/nl/viewer/document-viewer-in...
  6. Chỉnh sửa bản trình bày trong C# | Chỉnh sửa .N...

    Chỉnh sửa bản trình bày PowerPoint được giải thích bằng các ví dụ C# để chỉnh sửa các tệp PPT, PPTX, ODP trong ứng dụng .NET của bạn bằng API chỉnh sửa bản trình bày....Replace("documents", "presentation");...editedContent = originalContent.Replace("documents", "presentation");...

    blog.groupdocs.com/vi/editor/edit-ppt-pptx-pres...
  7. Save overwriting original file | GroupDocs

    This article demonstrates that how to save the redacted document, replacing an original file...save the redacted document, replacing an original file: C# using...

    docs.groupdocs.com/redaction/net/save-overwriti...
  8. Rearrange Word Pages in Java | Organize DOC/DOC...

    Reorder the pages of Word files in Java. The running example shows how to change the order of pages in DOC/DOCX files using document automation Java API....Minified HTML Word Search and Replace Text in Word Documents How...

    blog.groupdocs.com/merger/move-word-pages-using...
  9. צור מציג מסמכים ב-ASP.NET Core MVC עבור 140+ פו...

    צופי המסמכים המקוונים הפכו פופולריים לאחר השימוש הגדל במסמכים דיגיטליים, במיוחד במערכות ניהול התוכן. הסיבה מאחורי הפופולריות הזו היא שאתה יכול להציג מגוון פורמטים של מסמכים מבלי לרכוש או להתקין תוכנות ייעודיות. בהתחשב בחשיבותם של צופים במסמכים, חשבתי לכתוב מאמר על איך ליצור מציג מסמכים אוניברסלי ב-ASP.NET MVC. אנו עומדים ליצור יישום מציג מסמכים ASP.NET MVC שיכוון למסגרת .NET Core. עבור עיבוד המסמכים בקצה העורפי, נשתמש ב-GroupDocs.Viewer for .NET API - ממשק API רב עוצמה של מציג מסמכים התומך ביותר מ-140 סוגי מסמכים כולל PDF, Word, Excel, PowerPoint, Visio, CAD, Outlook , ופורמטים פופולריים רבים אחרים....replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/he/viewer/document-viewer-in...
  10. C#에서 Word 문서 편집 | 나만의 .NET Word 편집기 구축

    Word 문서 편집은 문서 편집 API를 사용하여 .NET 응용 프로그램 내에서 DOC, DOCX, ODT 파일을 편집하는 C# 예제와 함께 설명됩니다....Replace("document", "edited document");...editedContent = originalContent.Replace("document", "edited document");...

    blog.groupdocs.com/ko/editor/edit-word-document...