Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 114 for

append

(0.04 sec)
  1. Features Overview | Documentation

    GroupDocs.Assembly for .NET is an API that allows you to generate documents in popular microsoft office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom .NET types, external documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e.... II, III, …) ordinal Appends an ordinal suffix to an integer...

    docs.groupdocs.com/assembly/net/features-overview/
  2. Documentpagina-builder - hoe specifieke pagina'...

    Merge specifieke pagina's van meerdere documenten met behulp van de API van GroupDocs.Merger. Creëer moeiteloos op maat gemaakte, verenigde documenten....A-4 from the document A }; // Append a page of pages pageBuilder...

    blog.groupdocs.com/nl/merger/page-builder-how-t...
  3. Document page builder - comment fusionner des p...

    Fusionnez des pages spécifiques de plusieurs documents en utilisant l'API avec GroupDocs.Merger. Créez facilement des documents unifiés sur mesure....A-4 from the document A }; // Append a page of pages pageBuilder...

    blog.groupdocs.com/fr/merger/page-builder-how-t...
  4. Document page builder - วิธีการรวมหน้าที่เฉพาะข...

    รวมหน้าที่เฉพาะจากเอกสารหลายฉบับโดยใช้ API กับ GroupDocs.Merger สร้างเอกสารแบบปรับแต่งและรวมเข้าด้วยกันได้อย่างง่ายดาย...A-4 from the document A }; // Append a page of pages pageBuilder...

    blog.groupdocs.com/th/merger/page-builder-how-t...
  5. How to Create a Simple Application Using the Gr...

    In this article I’ll walk you thorough the process of creating a simple JavaScript application which shows files and directories from your GroupDocs account. Lets start by creating a package from the GroupDocs JavaScript SDK sources. You can skip this step and get the full SDK package from GitHub and a minimal SDK package. Creating a Package You need Node.js installed on you computer. Read more about installation Node.js. When Node....append('<ul class="jqueryFileTree"...

    blog.groupdocs.com/total/how-to-create-a-simple...
  6. سازنده صفحه مستند - چگونه صفحات خاصی از مستندات...

    Merge specific pages from multiple documents using API with GroupDocs.Merger. Create tailored, unified documents effortlessly....A-4 from the document A }; // Append a page of pages pageBuilder...

    blog.groupdocs.com/fa/merger/page-builder-how-t...
  7. 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"; }