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

准备好开始
了吗?

免费试用