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工具包,設計真正量身定制的查看體驗,賦予開發者對工具欄和功能UI組件的個性化控制,以及完全控制您的Web查看器接口的UI設計。
標準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

準備好開始
了嗎?

免費試用