ComPDFKit_Conversion.NetFramework 3.0.0

dotnet add package ComPDFKit_Conversion.NetFramework --version 3.0.0
                    
NuGet\Install-Package ComPDFKit_Conversion.NetFramework -Version 3.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ComPDFKit_Conversion.NetFramework" Version="3.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ComPDFKit_Conversion.NetFramework" Version="3.0.0" />
                    
Directory.Packages.props
<PackageReference Include="ComPDFKit_Conversion.NetFramework" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ComPDFKit_Conversion.NetFramework --version 3.0.0
                    
#r "nuget: ComPDFKit_Conversion.NetFramework, 3.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ComPDFKit_Conversion.NetFramework@3.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ComPDFKit_Conversion.NetFramework&version=3.0.0
                    
Install as a Cake Addin
#tool nuget:?package=ComPDFKit_Conversion.NetFramework&version=3.0.0
                    
Install as a Cake Tool

Overview

ComPDFKit Conversion SDK is a high-performance library designed for extracting and transforming the data within your PDF files, such as text, images, tables, links, and annotations, into various file formats. Our Conversion SDK retains the original document layout and the properties of the file data, ensuring a seamless document conversion experience.

Effortlessly integrate the ComPDFKit Conversion SDK into your projects in just a few steps, and enable the following file format conversions:

  • Convert PDF to Word (.docx)
  • Convert PDF to Excel (.xlsx)
  • Convert PDF to PowerPoint (.pptx)
  • Convert PDF to HTML (.html)
  • Convert PDF to CSV (.csv)
  • Convert PDF to Image (.png, .jpg, .jpeg, .bmp, .tiff)
  • Convert PDF to Plain Text (.txt)
  • Convert PDF to Rich Text Format (.rtf)
  • Convert PDF to Structured Data (.json)
  • Convert PDF to Markdown (.md)

Harness the power of ComPDFKit Conversion SDK and take your document processing to the next level with intelligent tools designed for accuracy and efficiency. To enhance your format conversion results, ComPDFKit offers AI-powered document tools with the following capabilities:

  • Optical Character Recognition (OCR)
  • Layout Analysis
  • Table Recognition

Why ComPDFKit Conversion SDK

  • Mature Technology

    With years of technology accumulation, we have established a complete mechanism of product iteration to offer a continuous guarantee for product competitiveness.

  • Complete PDF and Format Conversion Functionalities

    Our comprehensive features can meet diverse needs and are easy for our customers to use without training costs.

  • High-quality Service

    professional service and technical support to quickly respond to users' feedback through onsite service or remote support like telephone, email, etc.

  • Independent Intellectual

    Property Rights Our technology is independent and compliant with ISO, helping enterprises conduct international business without considering copyright risks.

ComPDFKit Conversion SDK

The ComPDFKit Conversion SDK is designed to facilitate the effortless conversion of PDF files into various other formats, all while preserving the original layout and formatting of the documents. In this guide, we will explore the ComPDFKit Conversion SDK and demonstrate how to utilize it within your Windows projects.

License & Trial

The ComPDFKit Conversion SDK is a commercial SDK that requires a license to grant developers the right to develop and distribute their applications. In development mode, each license is only valid for one device ID. ComPDFKit provides flexible licensing models, please contact our marketing team for more information. However, even if you have a license, it is prohibited to distribute any documents, sample code, or source code of the ComPDFKit Conversion SDK to any third parties.

If you do not have a License, please feel free to contact the ComPDFKit Team to obtain a License to try the ComPDFKit Conversion SDK.

FAQ

  • Does OCR work on x86 architecture?

    Currently, the OCR only works on x64 architecture.

Contact Us

Thanks for your interest in ComPDFKit Conversion SDK, the easy-to-use and powerful development solution. If you encounter technical questions or bug issues when using ComPDFKit Conversion SDK, please submit the problem report to the ComPDFKit team. More information as follows would help us to solve your problem:

  • ComPDFKit Conversion SDK product and version.
  • Your operating system and IDE version.
  • Detailed descriptions of the problem.
  • Any other related information, such as an error screenshot.

Contact Inforation

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.0 238 6/9/2025
1.10.1 292 5/20/2024
1.10.0 169 4/28/2024
1.9.0 349 11/30/2023
1.8.1 226 9/20/2023
1.8.0.1 225 9/8/2023
1.8.0 264 7/27/2023
1.7.0 298 5/24/2023
1.6.0 346 4/28/2023

*** Release Date: June 06, 2025 ***
Version 3.0.0
New Features
----------------------------------
**Support converting PDF to Markdown format**
 - Supports table conversion.

Enhancements
----------------------------------
**PDF to Word:**
- Transitioned from a main push frame layout to a mixed flow layout (frame and flow), significantly enhancing the editability of Word documents while nearly 100% preserving the original PDF layout for most documents.
- Added support for Catalogue, Ordered List, and Unordered List objects. When they are detected and successfully recognized, the layout of the generated Word document will be significantly improved.
- Introduced support for header and footer functionality. When headers and footers are detected, the corresponding content (text, images) is accurately converted into the Word document.
- Now supports inserting images within tables.
- Added support for rotating text.

**PDF to Excel:**
- Significantly improved table readability.
- Now supports applying different text styles within cells.
- Added support for inserting images into tables.
- Enhanced the accuracy of text alignment within table cells.
- Fixed issues related to table order errors.

**PDF to PowerPoint:**
- Supports converting tables.
- Supports converting ordered lists.

**PDF to HTML:**
- Added support for flow mode.

**PDF to Image:**
- Supports TIFF format.
- Added options to configure color modes (color, black and white, grayscale).
- Introduced a new Path enhancement option that improves the display of Path elements in PDF documents (increasing path width and color saturation).

**PDF to Text:**
- Added support for preserving table styles.

**PDF to RTF:**
- Supports table conversion.

**PDF to JSON:**
- New feature: includes text content attributes and page number fields.

**PDF to Searchable PDF:**
- Added support for converting TIFF format images to PDF.

Please refer to the developer_guide_windows.pdf document in the same folder as this file for additional information.

https://www.compdf.com/

Email: support@compdf.com