ABCpdf 12.2.0
See the version list below for details.
dotnet add package ABCpdf --version 12.2.0
NuGet\Install-Package ABCpdf -Version 12.2.0
<PackageReference Include="ABCpdf" Version="12.2.0" />
paket add ABCpdf --version 12.2.0
#r "nuget: ABCpdf, 12.2.0"
// 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 | Versions 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. |
-
.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 (10)
Showing the top 5 NuGet packages that depend on ABCpdf:
Package | Downloads |
---|---|
ABCpdf.ABCGecko
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 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 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.ABCChrome123.Linux
The ABCpdf .NET ABCChrome123 Linux runtime for HTML to PDF conversion using the Chrome 123 rendering engine. You will need to reference this package if you are using ABCChrome123 on Windows and you want to deploy to a Linux platform. 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.2.0 | 14,639 | 10/14/2024 | |
13.1.6 | 5,524 | 10/9/2024 | |
13.1.5 | 11,496 | 9/23/2024 | |
13.1.4 | 30,930 | 8/21/2024 | |
13.1.3 | 40,468 | 7/16/2024 | |
13.1.2 | 17,733 | 7/1/2024 | |
13.1.1 | 33,163 | 5/30/2024 | |
13.1.0 | 36,646 | 5/8/2024 | |
13.0.1.1 | 59,482 | 3/28/2024 | |
13.0.0.9 | 24,076 | 3/14/2024 | |
13.0.0.8 | 29,773 | 2/28/2024 | |
13.0.0.7 | 47,886 | 1/31/2024 | |
13.0.0.6 | 6,884 | 1/23/2024 | |
13.0.0.5 | 25,443 | 1/3/2024 | |
13.0.0.4 | 55,977 | 12/19/2023 | |
13.0.0.3-rc | 7,445 | 11/27/2023 | |
13.0.0.2-rc | 5,442 | 11/20/2023 | |
13.0.0.1-rc | 5,502 | 11/13/2023 | |
13.0.0-rc | 5,998 | 10/16/2023 | |
12.5.1 | 187,079 | 9/4/2023 | |
12.5.0.9 | 42,743 | 7/20/2023 | |
12.5.0.8 | 57,511 | 6/7/2023 | |
12.5.0.7 | 28,912 | 5/15/2023 | |
12.5.0.6 | 12,805 | 4/28/2023 | |
12.5.0.5 | 64,172 | 3/30/2023 | |
12.5.0.4 | 50,891 | 3/1/2023 | |
12.5.0.3 | 14,910 | 2/27/2023 | |
12.5.0.2 | 21,978 | 2/21/2023 | |
12.5.0.1 | 24,291 | 2/7/2023 | |
12.5.0 | 6,963 | 2/6/2023 | |
12.4.0.1 | 78,847 | 12/19/2022 | |
12.4.0 | 36,260 | 11/15/2022 | |
12.3.0.6 | 25,052 | 11/9/2022 | |
12.3.0.5 | 78,639 | 10/5/2022 | |
12.3.0.4 | 19,305 | 9/21/2022 | |
12.3.0.3 | 59,087 | 8/31/2022 | |
12.3.0.2 | 61,013 | 8/1/2022 | |
12.3.0 | 102,246 | 5/31/2022 | |
12.2.0.5 | 102,150 | 5/23/2022 | |
12.2.0.4 | 53,524 | 4/25/2022 | |
12.2.0.3 | 76,024 | 3/23/2022 | |
12.2.0.2 | 26,764 | 3/9/2022 | |
12.2.0.1 | 65,790 | 2/7/2022 | |
12.2.0 | 44,113 | 1/4/2022 | |
12.1.1 | 20,768 | 12/2/2021 | |
12.1.0.9 | 50,806 | 10/18/2021 | |
12.1.0.8 | 66,683 | 10/7/2021 | |
12.1.0.7 | 21,972 | 9/13/2021 | |
12.1.0.6 | 51,470 | 8/19/2021 | |
12.1.0.5 | 95,415 | 6/15/2021 | |
12.1.0.4 | 127,014 | 5/24/2021 | |
12.1.0.3 | 13,117 | 5/5/2021 | |
12.1.0.2 | 10,422 | 4/26/2021 | |
12.1.0.1 | 22,419 | 3/18/2021 | |
12.0.1.6 | 28,164 | 3/4/2021 | |
12.0.1.5 | 45,922 | 2/9/2021 | |
12.0.1.4 | 13,222 | 1/19/2021 | |
12.0.1.3-rc | 5,790 | 1/13/2021 | |
12.0.1.2-rc | 5,390 | 1/8/2021 | |
12.0.1.1-rc | 5,656 | 12/17/2020 | |
12.0.1-rc | 5,531 | 12/7/2020 | |
11.3.14 | 403,610 | 12/7/2020 | |
11.3.12 | 88,446 | 10/19/2020 | |
11.3.10 | 114,610 | 7/27/2020 | |
11.3.9 | 65,939 | 6/17/2020 | |
11.3.8 | 29,213 | 4/28/2020 | |
11.3.7 | 96,030 | 3/22/2020 | |
11.3.6 | 70,263 | 1/27/2020 | |
11.3.5 | 28,613 | 12/20/2019 | |
11.3.4 | 38,329 | 11/18/2019 | |
11.3.3 | 30,219 | 9/29/2019 | |
11.3.2 | 153,869 | 7/18/2019 | |
11.3.1 | 64,823 | 6/13/2019 | |
11.2.6 | 87,248 | 4/15/2019 | |
11.2.5 | 44,348 | 3/4/2019 | |
11.2.4 | 41,453 | 1/14/2019 | |
11.2.3 | 46,993 | 10/29/2018 | |
11.2.2 | 37,128 | 9/3/2018 | |
11.2.1 | 46,608 | 7/18/2018 | |
11.2.0 | 126,926 | 6/11/2018 | |
11.1.0.2 | 47,462 | 4/24/2018 | |
11.1.0.1 | 46,088 | 3/21/2018 | |
11.1.0 | 67,020 | 2/5/2018 | |
11.0.0.3 | 30,542 | 12/5/2017 | |
10.1.2.6 | 342,554 | 9/26/2017 | |
10.1.2.5 | 37,803 | 8/14/2017 | |
10.1.2.4 | 28,194 | 6/26/2017 | |
10.1.2.3 | 21,906 | 5/30/2017 | |
10.1.2.2 | 27,365 | 3/27/2017 | |
10.1.2.1 | 23,327 | 2/17/2017 | |
10.1.2 | 8,669 | 2/15/2017 | |
10.1.1.7 | 40,863 | 12/20/2016 | |
10.1.1.5 | 19,280 | 11/1/2016 | |
10.1.1.4 | 25,300 | 9/15/2016 | |
10.1.1.3 | 8,391 | 8/24/2016 | |
10.1.1.2 | 10,669 | 7/26/2016 | |
10.1.1.1 | 12,613 | 6/21/2016 | |
10.1.1 | 14,519 | 5/17/2016 | |
10.1.0.9 | 40,288 | 4/20/2016 | |
10.1.0.8 | 14,997 | 3/1/2016 | |
10.1.0.7 | 26,261 | 12/3/2015 | |
10.1.0.6 | 40,029 | 10/28/2015 | |
10.1.0.5 | 21,155 | 9/29/2015 | |
10.1.0.3 | 11,704 | 8/18/2015 | |
10.1.0.2 | 12,653 | 7/10/2015 | |
10.1.0 | 8,501 | 5/22/2015 | |
10.0.0 | 53,171 | 2/10/2015 | |
9.1.2.4 | 178,048 | 2/5/2015 | |
9.1.2.3 | 35,784 | 11/18/2014 | |
9.1.1.9 | 68,853 | 7/11/2014 | |
9.1.1.8 | 15,585 | 5/26/2014 | |
9.1.1.7 | 49,533 | 4/2/2014 | |
9.1.1.6 | 7,230 | 3/13/2014 | |
9.1.1.5 | 246,007 | 1/27/2014 | |
9.1.1.4 | 86,569 | 12/31/2013 | |
9.1.1.3 | 6,556 | 11/13/2013 | |
9.1.1.2 | 8,016 | 10/7/2013 | |
9.1.0.2 | 67,744 | 6/6/2013 | |
9.0.0.5 | 38,928 | 4/3/2013 |