ABCpdf 12.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ABCpdf --version 12.2.0
NuGet\Install-Package ABCpdf -Version 12.2.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="ABCpdf" Version="12.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ABCpdf --version 12.2.0
#r "nuget: ABCpdf, 12.2.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.
// Install ABCpdf as a Cake Addin
#addin nuget:?package=ABCpdf&version=12.2.0

// Install ABCpdf as a Cake Tool
#tool nuget:?package=ABCpdf&version=12.2.0

PDF creation and manipulation using ABCpdf - a powerful and flexible PDF component for .NET.

ABCpdf is a .NET component for PDF manipulation. As such, you'll find it documented for C# and VB.NET, with numerous PDF code examples and freely adaptable projects, all designed to help you get up to speed.

Re-use existing skills for PDF document layout. ABCpdf supports a wide range of layout methods, including HTML-to-PDF using HTML and CSS, System.Drawing, PostScript, and a powerful set of native drawing commands. Import SVG, DOCX, XPS, EPS, the usual bitmap image formats such as JPEG, TIFF, PSD and many more. And because support for these formats is built-in, ABCpdf makes light work of PDF related document conversion tasks.

C# HTML to PDF conversion using HTML and CSS pages from local or remote web sites. Placed HTML support means your HTML can be treated just like any other media - placed wherever you like on your PDF page. Choose between the Chrome style, FireFox style and Internet Explorer style HTML rendering engines. Support for modern web pages using HTML5, CSS3, FontAwesome and similar modern web technologies. A vast range of options gives you full control over the HTML rendering process and DOM.

ABCpdf is a robust component, with probably hundreds of thousands of live installations, and almost two decades worth of support and development. But should you ever need help our PDF expert support team are on hand.

ABCpdf is fast. ABCpdf does not use a printer driver. Instead it goes Direct to PDF™, generating PDF documents on the fly. And fully multi-threaded, ABCpdf is suitable for use with ASP.NET.

ABCpdf supports Unicode and foreign languages, CJK fonts, and right-to-left text such as Arabic and Hebrew, kerning, tracking and contextual ligatures.

ABCpdf supports sophisticated color spaces. Mix and match RGB, CMYK, Grayscale, Lab, calibrated color spaces and spot colors. Any kind of graphic from text to lines to blocks of color can be drawn in in any of these color spaces. You can even perform complex operations like colorizing grayscale images using spot colors or converting from one color space to another.

PDF optimization and size reduction provides whole document optimization using a variety of options to reduce font sizes, remove embedded fonts, to resample and recompress images, to flatten wherever possible for the smallest possible output.

PDF analysis has been extended into easy-to-use operations for text and images. Simple on the surface but sophisticated underneath, they allow you to extract common-sense, de-hyphenated and de-ligatured text from PDFs. Then select items of that text within the PDF and perform operations on those selections.

PDF accessibility is now something that can be supported, even for PDFs which were never designed to do so. Standards such as PDF/UA and Section 508 compliance require that PDFs be accessible. Our accessibility operation performs a sophisticated semantic analysis of the document content and adds appropriate tagging information to produce an accessible Tagged PDF output.

Download and try out ABCpdf for free. All our components include a 30-day trial. During the trial period, ABCpdf operates as the unrestricted Professional edition.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 is compatible. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.0

    • No dependencies.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.0

    • No dependencies.
  • net5.0

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on ABCpdf:

Package Downloads
ABCpdf.ABCGecko The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The ABCpdf .NET Gecko runtime for HTML to PDF conversion using the Firefox rendering engine. ABCpdf operates three HTML rendering engines for insertion of HTML content. The ABCChrome engine provides google Chrome style HTML conversion. The MSHTML engine leverages IE as installed on the local machine. The Gecko runtime adds Firefox-style HTML rendering to the mix. Placed HTML support means your HTML can be treated just like any other media - placed wherever you like on the page. Paged HTML support allows you to flow your HTML from one area to another - across pages or columns or both. A vast range of options gives you full control over the HTML rendering process and DOM. In terms of features, probably most notably, the Gecko and Chrome engines support repeated table headers and footers. They are also extremely good on SVG and AJAX for charts and maps. The MSHTML and Chrome engines tends to be faster and the MSHTML engine provides a more literal screen based output. ABCChrome and Gecko generally support modern HTML features better than MSHTML.

ABCpdf.ABCWebKit The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The ABCpdf .NET ABCWebKit runtime for HTML to PDF conversion using the WebKit rendering engine. The ABCWebKit engine uses a signed version of WkHtmlToPdf. It's HTML rendering is based on a modified version of the QtWebKit API from Qt4 for which support ended in 2015. It is provided as a workaround solution for more restrictive operating system environments such as with Azure App Services. Given its lack of support it is recommeneded that you do not use it with any untrusted HTML but only for HTML/JavaScript that you have complete control over.

CertiPay.PDF

This library is intended to wrap PDF generation code in our system

ABCpdf.ABCChrome65 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The ABCpdf .NET ABCChrome65 runtime for HTML to PDF conversion using the Chrome 65 rendering engine. ABCpdf operates three HTML rendering engines for insertion of HTML content. The ABCChrome engine provides google Chrome style HTML conversion. The MSHTML engine leverages IE as installed on the local machine. The Gecko runtime adds Firefox-style HTML rendering to the mix. Placed HTML support means your HTML can be treated just like any other media - placed wherever you like on the page. Paged HTML support allows you to flow your HTML from one area to another - across pages or columns or both. A vast range of options gives you full control over the HTML rendering process and DOM. In terms of features, probably most notably, the Gecko and Chrome engines support repeated table headers and footers. They are also extremely good on SVG and AJAX for charts and maps. The MSHTML and Chrome engines tend to be faster and the MSHTML engine provides a more literal screen based output. ABCChrome and Gecko generally support modern HTML features better than MSHTML.

ABCpdf.ABCChrome86 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The ABCpdf .NET ABCChrome86 runtime for HTML to PDF conversion using the Chrome 86 rendering engine. ABCpdf operates three HTML rendering engines for insertion of HTML content. The ABCChrome engine provides google Chrome style HTML conversion. The MSHTML engine leverages IE as installed on the local machine. The Gecko runtime adds Firefox-style HTML rendering to the mix. Placed HTML support means your HTML can be treated just like any other media - placed wherever you like on the page. Paged HTML support allows you to flow your HTML from one area to another - across pages or columns or both. A vast range of options gives you full control over the HTML rendering process and DOM. In terms of features, probably most notably, the Gecko and Chrome engines support repeated table headers and footers. They are also extremely good on SVG and AJAX for charts and maps. The MSHTML and Chrome engines tend to be faster and the MSHTML engine provides a more literal screen based output. ABCChrome and Gecko generally support modern HTML features better than MSHTML.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on ABCpdf:

Repository Stars
matthidinger/DoddleReport
Generate custom reports (PDF, Excel, etc) from any IEnumerable datasource.
Version Downloads Last updated
13.0.0.9 1,691 3/14/2024
13.0.0.8 8,889 2/28/2024
13.0.0.7 16,879 1/31/2024
13.0.0.6 2,793 1/23/2024
13.0.0.5 10,670 1/3/2024
13.0.0.4 15,472 12/19/2023
13.0.0.3-rc 5,861 11/27/2023
13.0.0.2-rc 3,997 11/20/2023
13.0.0.1-rc 3,910 11/13/2023
13.0.0-rc 4,868 10/16/2023
12.5.1 75,530 9/4/2023
12.5.0.9 27,505 7/20/2023
12.5.0.8 35,445 6/7/2023
12.5.0.7 23,528 5/15/2023
12.5.0.6 10,926 4/28/2023
12.5.0.5 45,165 3/30/2023
12.5.0.4 42,129 3/1/2023
12.5.0.3 13,263 2/27/2023
12.5.0.2 19,371 2/21/2023
12.5.0.1 21,411 2/7/2023
12.5.0 6,128 2/6/2023
12.4.0.1 59,308 12/19/2022
12.4.0 31,016 11/15/2022
12.3.0.6 22,099 11/9/2022
12.3.0.5 59,677 10/5/2022
12.3.0.4 16,140 9/21/2022
12.3.0.3 47,964 8/31/2022
12.3.0.2 44,625 8/1/2022
12.3.0 76,680 5/31/2022
12.2.0.5 74,561 5/23/2022
12.2.0.4 40,734 4/25/2022
12.2.0.3 65,012 3/23/2022
12.2.0.2 20,300 3/9/2022
12.2.0.1 55,069 2/7/2022
12.2.0 38,052 1/4/2022
12.1.1 17,334 12/2/2021
12.1.0.9 34,025 10/18/2021
12.1.0.8 55,393 10/7/2021
12.1.0.7 18,179 9/13/2021
12.1.0.6 35,082 8/19/2021
12.1.0.5 76,247 6/15/2021
12.1.0.4 114,865 5/24/2021
12.1.0.3 8,364 5/5/2021
12.1.0.2 9,365 4/26/2021
12.1.0.1 18,960 3/18/2021
12.0.1.6 20,754 3/4/2021
12.0.1.5 42,202 2/9/2021
12.0.1.4 11,094 1/19/2021
12.0.1.3-rc 5,057 1/13/2021
12.0.1.2-rc 4,608 1/8/2021
12.0.1.1-rc 4,904 12/17/2020
12.0.1-rc 4,807 12/7/2020
11.3.14 304,938 12/7/2020
11.3.12 71,268 10/19/2020
11.3.10 101,407 7/27/2020
11.3.9 55,700 6/17/2020
11.3.8 26,174 4/28/2020
11.3.7 86,423 3/22/2020
11.3.6 66,172 1/27/2020
11.3.5 25,505 12/20/2019
11.3.4 32,417 11/18/2019
11.3.3 25,994 9/29/2019
11.3.2 121,394 7/18/2019
11.3.1 57,087 6/13/2019
11.2.6 82,443 4/15/2019
11.2.5 37,682 3/4/2019
11.2.4 39,218 1/14/2019
11.2.3 40,203 10/29/2018
11.2.2 28,467 9/3/2018
11.2.1 39,557 7/18/2018
11.2.0 109,351 6/11/2018
11.1.0.2 41,446 4/24/2018
11.1.0.1 36,996 3/21/2018
11.1.0 56,431 2/5/2018
11.0.0.3 23,970 12/5/2017
10.1.2.6 292,907 9/26/2017
10.1.2.5 35,788 8/14/2017
10.1.2.4 25,688 6/26/2017
10.1.2.3 20,433 5/30/2017
10.1.2.2 23,994 3/27/2017
10.1.2.1 21,687 2/17/2017
10.1.2 7,580 2/15/2017
10.1.1.7 36,820 12/20/2016
10.1.1.5 17,146 11/1/2016
10.1.1.4 21,375 9/15/2016
10.1.1.3 7,386 8/24/2016
10.1.1.2 9,621 7/26/2016
10.1.1.1 11,636 6/21/2016
10.1.1 13,226 5/17/2016
10.1.0.9 38,152 4/20/2016
10.1.0.8 12,404 3/1/2016
10.1.0.7 23,818 12/3/2015
10.1.0.6 37,279 10/28/2015
10.1.0.5 19,171 9/29/2015
10.1.0.3 10,639 8/18/2015
10.1.0.2 11,347 7/10/2015
10.1.0 7,466 5/22/2015
10.0.0 50,356 2/10/2015
9.1.2.4 148,841 2/5/2015
9.1.2.3 33,489 11/18/2014
9.1.1.9 60,391 7/11/2014
9.1.1.8 14,323 5/26/2014
9.1.1.7 43,436 4/2/2014
9.1.1.6 6,798 3/13/2014
9.1.1.5 229,064 1/27/2014
9.1.1.4 77,155 12/31/2013
9.1.1.3 6,225 11/13/2013
9.1.1.2 7,734 10/7/2013
9.1.0.2 66,910 6/6/2013
9.0.0.5 33,189 4/3/2013