Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 1,162 for

replacement

(0.07 sec)
  1. Change Target File Format using GroupDocs.Assem...

    We are delighted to announce a powerful new feature in the monthly release of GroupDocs.Assembly for .NET 18.9. Using the latest version, you can now change the target file format of an assembled document using file extension or explicit specification. You can change the target file format when assembling Word Processing, Spreadsheet, Presentation, Email and Text file formats. We recommend you to install and use the latest version of the API....members of DocumentAssembler are replaced with new ones. Removed members...

    blog.groupdocs.com/assembly/change-target-file-...
  2. GroupDocs.Signature Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....world e-signature is actively replacing the traditional way of signing...

    blog.groupdocs.com/categories/groupdocs.signatu...
  3. Java를 사용하여 폴리라인 주석을 추가하는 방법

    Java를 사용하여 폴리라인 주석을 추가하는 프로세스에 익숙해지고 API를 쉽게 사용하여 Java에서 폴리라인 주석을 추가하는 기능을 개발하십시오....Distance, Highlight, Link, Replace, Strikeout 등 다양한 주석을 추가할 수...

    kb.groupdocs.com/ko/annotation/java/how-to-add-...
  4. Show gap lines instead of changes | GroupDocs

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for Node.js via Java....the output document, which replaces the changed content with empty...

    docs.groupdocs.com/comparison/nodejs-java/show-...
  5. Cara Mengedit File XML menggunakan C# | Pengedi...

    Edit atau perbarui data XML Anda secara terprogram dalam aplikasi .NET Anda menggunakan C#. Ubah file XML dan simpan perubahan dalam berbagai format....Replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/id/editor/edit-xml-files-usi...
  6. C# Kullanarak XML Dosyalarını Düzenleme | XML D...

    C# kullanarak .NET uygulamalarınızda XML verilerinizi programlı olarak düzenleyin veya güncelleyin. XML dosyalarını değiştirin ve değişiklikleri çeşitli biçimlerde kaydedin....Replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/tr/editor/edit-xml-files-usi...
  7. Save document | GroupDocs

    This article demonstrates how to save edited text documents, spreadsheets and presentations with GroupDocs.Editor for .NET API.... Replace ( "old" , "new" ); // Create...String = originalContent . Replace ( "old" , "new" ) ' Create...

    docs.groupdocs.com/editor/net/save-document/
  8. Specify rendering options for CAD files | Group...

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG.... // {0} is replaced with the tile number in the...if in the example above we replace the onto the , then the GroupDocs...

    docs.groupdocs.com/viewer/java/specify-cad-rend...
  9. Saving EditableDocument to Stream | GroupDocs

    This article shows and explains advanced techniques and approaches while working with EditableDocument at an advanced level — saving to stream with resource callback, saving resources separately from HTML markup, and saving HTML markup with adjustable resource links....times, the resource name will replace the placeholder in the HTML...via Java. Note: Be sure to replace the paths in the code examples...

    docs.groupdocs.com/editor/nodejs-java/saving-ed...
  10. 140以上のファイル形式のASP.NETCoreMVCでドキュメントビューアを作成する

    オンラインドキュメントビューアは、特にコンテンツ管理システムでデジタルドキュメントの使用が拡大した後、人気が高まっています。この人気の背後にある理由は、専用のソフトウェアプログラムを購入またはインストールしなくても、さまざまなドキュメント形式を表示できることです。ドキュメントビューアの重要性を考慮して、ASP.NETMVCでユニバーサルドキュメントビューアを作成する方法についての記事を書くことを考えました。 .NETCore を対象とする ASP.NET MVCドキュメントビューアアプリケーションを作成します。 フレームワーク。バックエンドでのドキュメントのレンダリングには、GroupDocs.Viewer for .NETAPIを使用します。これは強力な ドキュメントビューアー APIです。これは、PDF、Word、Excel、PowerPoint、Visio、CAD、Outlook、およびOutlookを含む140を超えるドキュメントタイプをサポートします。他の多くの一般的な形式。 なぜ.NETCoreなのか? .NET Coreは、Microsoftによる.NETエコシステムへの貴重な追加です。これにより、開発者が追加の作業を行うことなく、クロスプラットフォームアプリケーションを開発できます。これが、ターゲットフレームワークとして.NETCoreを選択した理由です。 ASP.NETCoreでドキュメントビューアを作成する手順 **1.**VisualStudioを開き、新しいプロジェクトを開始します。 2.プロジェクトタイプから。NETCoreを選択し、テンプレートから** ASP.NET Core WebApplication**を選択します。 3. **Webアプリケーション(Model-View-Controller) **を選択し、[OK]ボタンをクリックします。 4. NuGetからGroupDocs.Viewerをインストールします。 5. Views/Home/Index.cshtmlファイルを開き、その内容を次のように置き換えます。 @{ ViewData["Title"] = "Home Page"; }