Skip to content

Commit

Permalink
set travis-ci build project "VahidN/iTextSharp.LGPLv2.Core"
Browse files Browse the repository at this point in the history
  • Loading branch information
VahidN committed Nov 24, 2017
1 parent 03b11b8 commit 717de43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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).

Expand All @@ -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:
Expand All @@ -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.

0 comments on commit 717de43

Please sign in to comment.