Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 1,199 for

replacement

(1.01 sec)
  1. Редагування документів Word у Java | Створіть в...

    Редагування документів Word пояснюється на прикладах Java для редагування файлів DOC, DOCX, ODT у ваших програмах за допомогою Java API для редагування документів....replace("document", "edited document");...

    blog.groupdocs.com/uk/editor/edit-word-document...
  2. Inserting Documents Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. Warning Dynamic insertion of documents from Base64-encoded bytes is available for file formats where dynamic document insertion is available for Word Processing documents and emails with HTML and RTF bodies only. You can insert contents of outer documents to your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run time....load a document which content replaces the doc tag then. Warning...

    docs.groupdocs.com/assembly/java/inserting-docu...
  3. Find Word and its Homophones in Multiple Files ...

    Find specific word and its homophones within different files of a folder using Java. Build application for homophones using document searching Java API....Solution in Java Find and Replace Words in Documents using Java...

    blog.groupdocs.com/search/find-homophones-in-mu...
  4. Support of Setting Output Page Size when Render...

    We have released version 18.5 of GroupDocs.Viewer for .NET with a couple of new features as well as 12 improvements and bug fixes. The latest version includes the feature of setting output page size when rendering email messages as image and PDF. Furthermore, you can now change the field labels in the header of the email messages. The feature of rendering password protected documents has also been extended for ODT and OTT formats....property EnableCaching which will replace UseCache property in ViewerConfig...

    blog.groupdocs.com/viewer/support-of-setting-ou...
  5. GroupDocs.Viewer for .NET 25.9 – 最新の更新と修正(2025年9月)

    Explore what’s new in GroupDocs.Viewer for .NET 25.9. Available now on NuGet and GroupDocs website. → GroupDocs.Viewer for .NET 25.9 の新機能をご確認ください。NuGet と GroupDocs のウェブサイトで現在入手可能です。...document, but are used to replace those original fonts, which...

    blog.groupdocs.com/ja/viewer/groupdocs-viewer-f...
  6. GroupDocs Editor Not Working with Kendo - Free ...

    Hello, I am working with GroupDocs Editor, previously we were using TinyMCE and now going ahead with Kendo as we are already using Kendo Editor in some of our functionalities. There were few errors in TinyMCE as well l…...Replace($"src=\"{request.AppDirectory}"...$"src=\"{request.ResourceDirectory.Replace("\\", "/")}/"); editedHtmlContent...

    forum.groupdocs.com/t/groupdocs-editor-not-work...
  7. 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...
  8. 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...
  9. 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"; }