ABCpdf.ABCGecko 13.3.10

Prefix Reserved
dotnet add package ABCpdf.ABCGecko --version 13.3.10
                    
NuGet\Install-Package ABCpdf.ABCGecko -Version 13.3.10
                    
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.ABCGecko" Version="13.3.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ABCpdf.ABCGecko" Version="13.3.10" />
                    
Directory.Packages.props
<PackageReference Include="ABCpdf.ABCGecko" />
                    
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 ABCpdf.ABCGecko --version 13.3.10
                    
#r "nuget: ABCpdf.ABCGecko, 13.3.10"
                    
#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 ABCpdf.ABCGecko@13.3.10
                    
#: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=ABCpdf.ABCGecko&version=13.3.10
                    
Install as a Cake Addin
#tool nuget:?package=ABCpdf.ABCGecko&version=13.3.10
                    
Install as a Cake Tool

ABCGecko

This is the ABCGecko HTML conversion module.

It is intended for use with the ABCpdf NuGet package. ABCChrome will not function without it.

First you need to ensure you are using the correct namespace. Insert the following at the top of your C# module.

using WebSupergoo.ABCpdf13;

You select this HTML conversion module by setting the HtmlOptions.Engine property.

For example, if you are in a forms or console application, the following may be useful.

using (Doc doc = new Doc()) {
	doc.HtmlOptions.Engine = EngineType.Gecko;
	doc.AddImageUrl("http://www.google.com/");
	doc.Save(@"C:\_output.pdf"); // adjust path for your needs
}

Alternatively if you are running under ASP.NET, you may want a Page_Load function something like this.

byte[] theData = null;
using (Doc doc = new Doc()) {
	doc.HtmlOptions.Engine = EngineType.Gecko;
	doc.AddImageUrl("http://www.google.com/");
	theData = doc.GetData();
}
Response.Clear();
Response.ContentType = "application/pdf";
Response.AddHeader("content-disposition", "inline; filename=MyPDF.PDF");
Response.AddHeader("content-length", theData.Length.ToString());
Response.BinaryWrite(theData);
Response.End();

For more example projects, please download the installer bundle from the ABCpdf download site.

Documentation

Documentation for ABCpdf can be found here:

https://www.websupergoo.com/helppdfnet/

Alternatively you can download the installer bundle from the ABCpdf download site as this contains full documentation in CHM format.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ABCpdf.ABCGecko:

Package Downloads
CertiPay.PDF

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
13.3.10 1,860 11/11/2025
13.3.9 1,275 10/30/2025
13.3.8 992 10/7/2025
13.3.7 282 9/25/2025
13.3.6 1,232 8/6/2025
13.3.5 1,555 6/16/2025
13.3.4 882 5/6/2025
13.3.3 1,585 3/20/2025
13.3.2 807 2/24/2025
13.3.1 1,642 1/27/2025
13.3.0 1,078 1/15/2025
13.2.1 1,634 12/5/2024
13.2.0 2,743 10/14/2024
13.1.6 647 10/9/2024
13.1.5 727 9/23/2024
13.1.4 2,140 8/21/2024
13.1.3 19,036 7/16/2024
13.1.2 2,068 7/1/2024
13.1.1 1,467 5/30/2024
13.1.0 1,040 5/8/2024
13.0.1.1 1,625 3/28/2024
13.0.0.9 821 3/14/2024
13.0.0.8 554 2/28/2024
13.0.0.7 804 1/31/2024
13.0.0.6 417 1/23/2024
13.0.0.5 1,466 1/3/2024
13.0.0.4 55,912 12/19/2023
13.0.0.3-rc 405 11/27/2023
13.0.0.2-rc 303 11/20/2023
13.0.0.1-rc 286 11/13/2023
13.0.0-rc 360 10/16/2023
12.5.1 54,409 9/4/2023
12.5.0.9 10,104 7/20/2023
12.5.0.8 1,571 6/7/2023
12.5.0.7 1,272 5/15/2023
12.5.0.6 743 4/28/2023
12.5.0.5 11,950 3/30/2023
12.5.0.4 1,167 3/1/2023
12.5.0.3 1,515 2/27/2023 12.5.0.3 is deprecated.
12.5.0.2 2,224 2/21/2023 12.5.0.2 is deprecated.
12.5.0.1 786 2/7/2023 12.5.0.1 is deprecated.
12.5.0 707 2/6/2023 12.5.0 is deprecated.
12.4.0.1 24,778 12/19/2022
12.4.0 2,543 11/15/2022
12.3.0.6 1,126 11/9/2022
12.3.0.5 22,851 10/5/2022
12.3.0.4 1,032 9/21/2022
12.3.0.3 815 8/31/2022
12.3.0.2 1,106 8/1/2022
12.3.0 15,421 5/31/2022
12.2.0.5 1,210 5/23/2022
12.2.0.4 4,184 4/25/2022
12.2.0.3 9,157 3/23/2022
12.2.0.2 1,055 3/9/2022
12.2.0.1 17,041 2/7/2022
12.2.0 3,381 1/4/2022
12.1.1 1,469 12/2/2021
12.1.0.9 1,095 10/18/2021
12.1.0.8 800 10/7/2021
12.1.0.7 939 9/13/2021
12.1.0.6 878 8/19/2021
12.1.0.5 5,680 6/15/2021
12.1.0.4 957 5/24/2021
12.1.0.3 1,039 5/5/2021
12.1.0.2 1,041 4/26/2021
12.1.0.1 961 3/18/2021
12.0.1.6 14,913 3/4/2021
12.0.1.5 23,758 2/9/2021
12.0.1.4 1,038 1/19/2021
12.0.1.3-rc 670 1/13/2021
12.0.1.2-rc 572 1/8/2021
12.0.1.1-rc 676 12/17/2020
12.0.1-rc 746 12/7/2020
11.3.14 107,092 12/7/2020
11.3.12 27,764 10/19/2020
11.3.10 7,845 7/27/2020
11.3.9 23,484 6/17/2020
11.3.8 10,220 4/28/2020
11.3.7 16,161 3/22/2020
11.3.6 14,034 1/27/2020
11.3.5 2,131 12/20/2019
11.3.4 8,472 11/18/2019
11.3.3 6,066 9/29/2019
11.3.2 145,144 7/18/2019
11.3.1 28,146 6/13/2019
11.2.6 61,816 4/15/2019
11.2.5 2,527 3/4/2019
11.2.4 4,025 1/14/2019
11.2.3 13,222 10/29/2018
11.2.2 8,677 9/3/2018
11.2.1 16,369 7/18/2018
11.2.0 2,430 6/11/2018
11.1.0.2 2,811 4/24/2018
11.1.0.1 3,129 3/21/2018
11.1.0 3,033 2/5/2018
11.0.0.3 6,886 12/5/2017
10.1.2.6 124,953 9/26/2017
10.1.2.5 5,423 8/14/2017
10.1.2.4 3,287 6/26/2017
10.1.2.3 6,560 5/30/2017
10.1.2.2 13,365 3/27/2017
10.1.2.1 5,895 2/17/2017
10.1.2 3,328 2/15/2017
10.1.1.7 3,192 12/20/2016
10.1.1.5 5,304 11/1/2016
10.1.1.4 9,983 9/15/2016
10.1.1.3 2,249 8/24/2016
10.1.1.2 4,326 7/26/2016
10.1.1.1 2,608 6/21/2016
10.1.1 2,475 5/17/2016
10.1.0.9 22,490 4/20/2016
10.1.0.8 8,019 3/1/2016
10.1.0.7 6,998 12/3/2015
10.1.0.6 2,496 10/28/2015
10.1.0.5 2,634 9/29/2015
10.1.0.3 4,517 8/18/2015
10.1.0.2 6,300 7/10/2015
10.1.0 2,908 5/22/2015
10.0.0 30,302 2/10/2015
9.1.2.4 22,529 2/5/2015
9.1.2.3 6,730 11/18/2014
9.1.1.9 11,973 7/11/2014
9.1.1.8 3,056 5/26/2014
9.1.1.7 28,983 4/2/2014
9.1.1.6 2,672 3/13/2014
9.1.1.5 4,604 1/27/2014
9.1.1.4 2,923 12/31/2013
9.1.1.3 3,003 11/13/2013
9.1.1.2 2,960 10/7/2013
9.1.0.2 53,662 6/6/2013
9.0.0.5 3,752 4/3/2013