iTextSharp.LGPLv2.Core 3.4.18

dotnet add package iTextSharp.LGPLv2.Core --version 3.4.18
NuGet\Install-Package iTextSharp.LGPLv2.Core -Version 3.4.18
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="iTextSharp.LGPLv2.Core" Version="3.4.18" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add iTextSharp.LGPLv2.Core --version 3.4.18
#r "nuget: iTextSharp.LGPLv2.Core, 3.4.18"
#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 iTextSharp.LGPLv2.Core as a Cake Addin
#addin nuget:?package=iTextSharp.LGPLv2.Core&version=3.4.18

// Install iTextSharp.LGPLv2.Core as a Cake Tool
#tool nuget:?package=iTextSharp.LGPLv2.Core&version=3.4.18

iTextSharp.LGPLv2.Core

iTextSharp.LGPLv2.Core

iTextSharp.LGPLv2.Core is an unofficial port of the last LGPL version of the iTextSharp (V4.1.6) to .NET Core.

Install via NuGet

To install iTextSharp.LGPLv2.Core, run the following command in the Package Manager Console:

Nuget

PM> Install-Package iTextSharp.LGPLv2.Core

You can also view the package page on NuGet.

Linux (and containers) support

The SkiaSharp library needs extra dependencies to work on Linux and containers. Please install the following NuGet packages:

PM> Install-Package SkiaSharp.NativeAssets.Linux.NoDependencies
PM> Install-Package HarfBuzzSharp.NativeAssets.Linux

You also need to modify your .csproj file to include some MSBuild directives that ensure the required files are in a good place. These extra steps are normally not required but seems to be some issues on how .NET loads them.

<Target Name="CopyFilesAfterPublish" AfterTargets="AfterPublish">
    <Copy SourceFiles="$(TargetDir)runtimes/linux-x64/native/libSkiaSharp.so" DestinationFolder="$([System.IO.Path]::GetFullPath('$(PublishDir)'))/bin/" />
    <Copy SourceFiles="$(TargetDir)runtimes/linux-x64/native/libHarfBuzzSharp.so" DestinationFolder="$([System.IO.Path]::GetFullPath('$(PublishDir)'))/bin/" />    
</Target>

Usage

Functional Tests

FAQ

The pdf is created, but when I try to view it, it says that the document is in use by another process.

You should dispose the FileStream/MemoryStream explicitly. It won't be closed and disposed automatically at the end.

I can't find what would be the equivalent of the PdfTextExtractor class.

PdfTextExtractor exists in v5.0.2+ with AGPL license (Current project is based on the iTextSharp 4.x, not 5.x).

It can't display Unicode characters.

You can find more samples about how to define and use Unicode fonts here.

Table rowspans don't work correctly.

This version which is based on iTextSharp V4.1.6 doesn't support rowspans correctly (iTextSharp supports row spans correctly since v5.4.3, not before that). A solution based on the current version: use nested tables to simulate it.

iTextSharp.text.html.simpleparser.HTMLWorker does not exist.

It has been renamed to HtmlWorker.

Licensing

You have three license choices when it comes to iTextSharp: LGPL/MPL, AGPL, or a commercial license. The LGPL/MPL license is only an option with the older 4.1.6 version (used here). After that version, they switched to a dual AGPL/Commercial.

If you need a more recent version, you either have to make your project open-source or pay the license fee.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (64)

Showing the top 5 NuGet packages that depend on iTextSharp.LGPLv2.Core:

Package Downloads
PdfRpt.Core

PdfReport.Core is a code first reporting engine, which is built on top of the iTextSharp.LGPLv2.Core and EPPlus.Core libraries.

DYKJ.Framework

DYKJ.Framework

BlueBox.Core

Core Framework

Messaia.Net.iTextExtensions

iTextSharp Extensions

iCom

iCom integrates a variety of specific operation classes, such as: Cookie, Items, Cache, Form, DbContext, DbDynamic, DbConn, SqlQuery, FileUtil, FileUpload, Crypto, BarCode, StringUtil, TypeConvert, SortList, DateUtil, RegexUtil, Environal, ReflectUtil, HttpClient, ImageUtil, XmlUtil, ZipPackage, WordUtil, ExcelUtil, PdfUtil, PinyinConvert, PdfToImageConverter, JsonConfig, XmlConfig, ObjectCopy, TagHelper, SkipUrlMiddleware and so on. // HttpContext Called in the ConfigureServices method services.AddContextAccessor(); // Called in the Configure method app.UseHttpContext(); // EfCore Called in the ConfigureServices method // Application Assembly var assembly = Assembly.GetExecutingAssembly(); // Register Database Models services.AddDbContext(assembly); // Auto Update Database services.AddMigrate(); // Register All Services services.AddService(assembly);

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on iTextSharp.LGPLv2.Core:

Repository Stars
VahidN/PdfReport.Core
PdfReport.Core is a code first reporting engine, which is built on top of the iTextSharp.LGPLv2.Core and EPPlus.Core libraries
majorsilence/My-FyiReporting
Majorsilence Reporting, .NET report designer and viewer. Fork of fyireporting,
Serg-Norseman/GEDKeeper
GEDKeeper - program for work with personal genealogical database
Version Downloads Last updated
3.4.18 14,145 2/26/2024
3.4.17 12,696 2/13/2024
3.4.16 329 2/13/2024
3.4.15 93,841 12/15/2023
3.4.14 12,561 12/7/2023
3.4.13 17,365 11/27/2023
3.4.12 60,611 10/20/2023
3.4.11 20,291 10/9/2023
3.4.10 2,828 10/6/2023
3.4.9 18,558 10/2/2023
3.4.8 20,605 9/27/2023
3.4.7 6,603 9/21/2023
3.4.6 8,582 9/17/2023
3.4.5 26,775 9/1/2023
3.4.4 3,332 8/30/2023
3.4.3 141,023 6/3/2023
3.4.2 35,792 5/13/2023
3.4.1 1,368 5/12/2023
3.4.0 4,607 5/11/2023
3.3.5 39,420 4/19/2023
3.3.4 15,673 4/12/2023
3.3.3 55,082 3/17/2023
3.3.2 136,241 2/5/2023
3.3.1 8,758 2/2/2023
3.3.0 3,148 2/1/2023
3.2.1 16,216 1/24/2023
3.2.0 7,353 1/22/2023
3.1.1 1,939 1/22/2023
3.1.0 23,476 1/6/2023
3.0.0 8,554 1/3/2023
2.0.1 21,025 12/25/2022
2.0.0 34,893 12/18/2022
1.9.4 79,542 12/7/2022
1.9.3 132,013 11/17/2022
1.9.2 231,646 9/20/2022
1.9.1 6,035 9/16/2022
1.9.0 23,198 9/15/2022
1.8.0 568,893 5/10/2022
1.7.5 1,195,852 10/5/2021
1.7.4 58,979 9/18/2021
1.7.3 128,447 7/27/2021
1.7.2 6,717 7/27/2021
1.7.1 1,009,867 1/28/2021
1.7.0 728,874 11/10/2020
1.6.9 144,536 10/12/2020
1.6.7 1,392,601 4/29/2020
1.6.6 19,265 4/17/2020
1.6.5 133,365 3/27/2020
1.6.4 11,831 3/25/2020
1.6.3 54,067 3/14/2020
1.6.2 102,330 2/17/2020
1.6.1 617,903 10/1/2019
1.6.0 40,102 9/19/2019
1.5.1 336,610 7/10/2019
1.5.0 817,405 3/8/2019
1.4.6 116,696 2/19/2019
1.4.5 282,717 11/11/2018
1.4.4 338,032 7/5/2018
1.4.3 45,335 6/1/2018
1.4.2 151,385 2/2/2018
1.4.1 8,522 1/18/2018
1.4.0 33,528 12/22/2017
1.3.4 25,474 11/28/2017
1.3.3 3,314 11/24/2017
1.3.2 152,945 8/15/2017
1.3.1 18,090 6/23/2017
1.3.0 3,985 6/8/2017
1.2.7 10,009 5/12/2017
1.2.6 3,711 5/4/2017
1.2.5 2,313 5/4/2017
1.2.4 14,383 2/25/2017
1.2.3 10,099 11/17/2016
1.2.2 2,503 11/10/2016
1.2.1 2,480 11/8/2016
1.2.0 12,474 10/23/2016
1.1.2 2,407 9/29/2016
1.1.1 2,196 9/14/2016
1.1.0 3,880 9/5/2016
1.0.0 3,318 9/4/2016