Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 1,061 for

replacement

(0.04 sec)
  1. كيفية تحرير ملفات XML في Java | Java API لتحرير...

    قم بتحرير أو تحديث بيانات XML داخل تطبيقات Java الخاصة بك. قم بتعديل ملفات XML وحفظ التغييرات بتنسيقات مختلفة باستخدام Editing Java API....replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/ar/editor/edit-xml-files-in-...
  2. Edit Word Documents | Online Editing & Programm...

    Discover efficient ways to edit Word documents. Either edit DOC/DOCX files online or do it programmatically using C# & Java....Replace("document", "edited document");...

    blog.groupdocs.com/editor/edit-word-documents/
  3. Jak edytować pliki XML przy użyciu języka C# | ...

    Programowo edytuj lub aktualizuj dane XML w swoich aplikacjach .NET przy użyciu języka C#. Modyfikuj pliki XML i zapisuj zmiany w różnych formatach....Replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/pl/editor/edit-xml-files-usi...
  4. GroupDocs.Watermark Overview | Documentation

    Protect and customize documents with watermarks using GroupDocs.Watermark for .NET. Add, remove, search, and manage visible or invisible watermarks in over 50 document formats including PDF, Word, Excel, PowerPoint, and images....box , or trim box in PDFs Replace existing watermark text with...

    docs.groupdocs.com/watermark/net/groupdocs-wate...
  5. Font Processing Issue with GroupDocs - Turns th...

    We have a document that contains an image and text with Arial-BoldMT, Helvetica Bold, MinionPro-Regular (Embedded Subset) and SourceSans3-Regular(Embedded). We have installed these fonts in the Windows processing machin…...Replace(".pdf", $"Image-{pageToConvert}...

    forum.groupdocs.com/t/font-processing-issue-wit...
  6. Tags

    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....1 case sensitive find and replace 1 Change Doc Password in C#...Java 1 Find and Replace in Word 1 Find and replace text 1 Find and...

    blog.groupdocs.com/es/tags/
  7. Tags

    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....1 case sensitive find and replace 1 Change Detection 1 Change...Java 1 Find and Replace in Word 1 Find and replace text 1 Find and...

    blog.groupdocs.com/ar/tags/
  8. Specify rendering options for CAD files | Docum...

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

    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"; }