Windowsフレームワークサポート

ComPDFKit PDF SDK for Windowsは、高性能な.NETフレームワークを提供し、デスクトップおよびサーバー環境でシームレスに動作し、32ビットおよび64ビットシステムをサポートします。
WPF
WPF
UWP
UWP
.NET MAUI
.NET MAUI
WinForms
WinForms
WinUI
WinUI
Flutter
Flutter
Xamarin
Xamarin

標準UI、無限の可能性
Windowsアプリケーションを簡単にカスタマイズ

標準UI、無限の可能性 Windowsアプリケーションを簡単にカスタマイズ
簡単で迅速な統合

サンプル

基本的な例
注釈の作成
必要条件:
Visual Studio 2017またはそれ以上のバージョン
C# WPF
C# UWP
VB.NET
1
                string filePath = "Your PDF File Path";
              
2
                // Initialize a CPDFDocument object with the path to the PDF file
              
3
                CPDFDocument document = CPDFDocument.InitWithFilePath(filePath);
              
4
                
5
                // Initialize a CPDFViewer object and display it
              
6
                CPDFViewer pdfViewer = new CPDFViewer();
              
7
                pdfViewer.InitDocument(document);
              
8
                pdfViewer.Load();
              
WPF/UWP PDF SDK
互換性
WPF SDKはWindows 11/10/8/8.1/7をサポート
UWP SDKはWindows 11/10をサポート
デスクトップコンピューターおよびMicrosoft Surfaceデバイス(x86/x64)をサポートし、アプリケーションをMicrosoft Storeに提出できます。
Windows 11
Windows 10
Windows 8/8.1
Windows 7

PDFコンポーネントと機能を探索

PDFコンポーネントと機能を探索
機能一覧

準備はできましたか?
今すぐ開始

無料体験