Sort Score
Result 10 results
Languages All
Labels All
Results 3,541 - 3,550 of 3,672 for

gif

(0.28 sec)
  1. 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....APIを使用すると、JPG / JPEG、PNG、WebP、BMP、GIF、SVG、CMX、TIFF画像、およびその他の画像ファイル形式にQRコードを追加できます。...

    blog.groupdocs.com/ja/categories/groupdocs.sign...
  2. GroupDocs.Watermark Product Family on GroupDocs...

    GroupDocs.Watermark Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Watermark Product Family on GroupDocs Blog | Document Aut......images PNG, JPG / JPEG, WebP, GIF, TIFF, BMP à l'aide de l'API...

    blog.groupdocs.com/fr/categories/groupdocs.wate...
  3. GroupDocs.Parser 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....提取的图像可以保存为 BMP 、 GIF 、 JPEG 、 PNG 和 WebP 格式。 数据库 ...

    blog.groupdocs.com/zh/categories/groupdocs.pars...
  4. GroupDocs Blog | Document Automation Solutions ...

    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....NETアプリケーション内でC#を使用して JPG / JPEG、PNG、WebP、GIF、TIFF、JP2、BMP**画像に透かしを追加することは難しくありません。...

    blog.groupdocs.com/ja/page/38/
  5. GroupDocs.Watermark Product Family on GroupDocs...

    GroupDocs.Watermark Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Watermark Product Family on GroupDocs Blog | Document Aut......워터마크로 추가하거나 PNG, JPG/JPEG, WebP, GIF, TIFF, BMP 이미지에 이미지 워터마크를 추가하는...

    blog.groupdocs.com/ko/categories/groupdocs.wate...
  6. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...NETアプリケーション内でC#を使用して JPG / JPEG、PNG、WebP、GIF、TIFF、JP2、BMP**画像に透かしを追加することは難しくありません。...

    blog.groupdocs.com/ja/groupdocs.blog/page/38/
  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"; }