Skip to content

iText 7 Community 7.0.2 for .NET

Compare
Choose a tag to compare
@amedee amedee released this 15 Feb 16:54
· 4253 commits to develop since this release

iText 7 Core 7.0.2

Available on NuGet (.NET) and on Maven Central (Java).

We have released a minor update to our iText 7 platform, version 7.0.2. In this maintenance release, we will support some upcoming product launches (stay tuned!) as well as bugfixes and performance improvements. Beyond these updates, we have also improved:

  • font support with FontProvider/FontSelector
  • advanced page range definition, contributed by GitHub user @NayoLyon (thanks!)
  • auto layout and fixed layout for tables, scaled column widths have been removed
  • Table constructors: combine percent and point column widths

Beyond these improvements, we have also included the following in our latest release:

iText 7 License Key 2.0.3

Available on NuGet (.NET) and on iText's Artifactory server (Java).

There was an issue with licenses not loading on Java for IBM AIX systems. This has been resolved in 2.0.3. Customers on these systems should upgrade to the new license key library. .NET users are not impacted, but we released the License Key library anyway, to keep the Java and .NET version in sync.

iText 7 pdfCalligraph 1.0.2

Available on NuGet (.NET) and on iText's Artifactory server (Java).

  • added support for Odia, Thai, Gujarati, Telegu, Malayam, Bengali scripts
  • improved RTL support
  • bugfixes and performance improvements

iText 7 pdfHTML 1.0.0

Available on NuGet (.NET) and on iText's Artifactory server (Java).

  • New HTML to PDF conversion add-on
  • Similar to iText 5's XMLWorker, but rewritten from scratch
  • Improved performance and reliability, even when using invalid HTML
  • Support RTL and complex scripts out of the box without additional effort
  • Support @media, initial support for @page rules
  • Support base64-encoded images
  • Better CSS positioning support

iText 7 Community and iText 7 add-ons for .NET are available on NuGet. The iText 7 license key library is a required dependency for these packages, so it will automatically be installed as well. You can install the add-ons by typing the following commands in the NuGet Package Manager:

Install-Package itext7
Install-Package itext7.pdfsweep
Install-Package itext7.pdfcalligraph
Install-Package itext7.pdfinvoice
Install-Package itext7.pdfhtml
Install-Package itext7.licensekey

As always, if you have any questions about upgrades, you can contact support with your valid support subscription or head over to Stack Overflow to see if you question has already been answered for our AGPL users.
Looking to get started with iText 7? Try our Free Trial and download the iText 7 Jumpstart Tutorial. You can also refer to the iText API Documentation.