Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 1,236 for

combine

(0.46 sec)
  1. GroupDocs.Annotation for Java Library - Annotat...

    We are pleased to inform developers, especially those of you who prefer the Linux platform, about the release of the GroupDocs.Annotation for Java library. It is an HTML5 standard compliant library that allows you to display PDF, Microsoft Office and image files and comes with a comprehensive set of document commenting and markup tools. The viewer can work two ways: by rasterizing documents or by converting them to a combination of SVG, HTML and CSS....by converting them to a combination of SVG, HTML and CSS. Both...technology of HTML, CSS and SVG combination), meaning users can select...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  2. Merge PDF, Word, Excel, PowerPoint Files in C# ...

    Programmatically merge PDF, Word documents, spreadsheets, presentation files within your .NET based applications using the Merger API by GroupDocs in C#....Following simple 3 lines of code combines 2 PDF files into 1 PDF document...Call Save method to save the combined document. // Merge 2 PDF files...

    blog.groupdocs.com/merger/merge-pdf-word-excel-...
  3. Fusionner des présentations et des diapositives...

    Fusionnez des présentations PowerPoint à l'aide de C#. En outre, Combinez des diapositives spécifiques de fichiers PPT/PPTX à l'aide de l'API de fusion .NET de GroupDocs....Український Tiếng Việt 中文 中國傳統的 Combiner deux ou plusieurs présentations...cet article : API .NET pour combiner des présentations Comment...

    blog.groupdocs.com/fr/merger/merge-powerpoint-p...
  4. EPUB-Dateien in C# zusammenführen und aufteilen...

    Erfahren Sie, wie Sie EPUB-Dateien in C# mit GroupDocs.Merger für .NET zusammenführen und aufteilen können. Nutzen Sie die leistungsstarken Funktionen zur Verwaltung Ihrer EPUB-Dokumente....Combine(outputFolder, "merged.epub"...outputFilePath = System.IO.Path.Combine(outputFolder, "chapter_{0}...

    blog.groupdocs.com/de/merger/merge-and-split-ep...
  5. 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"; }