diff --git a/README.md b/README.md index a69df08..24b47e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ iTextSharp.LGPLv2.Core ====================== -[![Build Status](https://travis-ci.org/ooKriangsaKoo/iTextSharp.LGPLv2.Core.svg?branch=master)](https://travis-ci.org/ooKriangsaKoo/iTextSharp.LGPLv2.Core) +[![Build Status](https://travis-ci.org/VahidN/iTextSharp.LGPLv2.Core.svg?branch=master)](https://travis-ci.org/VahidN/iTextSharp.LGPLv2.Core) `iTextSharp.LGPLv2.Core` is an **unofficial** port of the last [LGPL version](http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html) of the [iTextSharp (V4.1.6)](https://github.com/itextsharper/iTextSharp-4.1.6) to .NET Core. @@ -31,7 +31,7 @@ FAQ 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. + > It can't display Unicode characters. You can find more samples about how to define and use Unicode fonts [here](https://github.com/VahidN/iTextSharp.LGPLv2.Core/blob/master/src/iTextSharp.LGPLv2.Core.FunctionalTests/iTextExamples/Chapter11Tests.cs). @@ -42,7 +42,7 @@ FAQ > iTextSharp.text.html.simpleparser.HTMLWorker does not exist. It has been renamed to [HtmlWorker](https://github.com/VahidN/iTextSharp.LGPLv2.Core/blob/master/src/iTextSharp.LGPLv2.Core.FunctionalTests/HtmlWorkerTests.cs#L42). - + Note ----------------- To run this project on Linux, you will need to install `libgdiplus` too: @@ -55,4 +55,4 @@ 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. +If you need a more recent version, you either have to make your project open-source or pay the license fee.