Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'd like to use iTextSharp for PDF manipulation. I need it to run under medium trust (webserver) and to be free of charge (since this is a very small project), therefore there is not much competition.

Unfortunately, since I need it for a commercial project, I cannot use the AGPL introduced with version 5.0. Do you know if I may use the 4.x versions using the LGPL? Or is their license automatically updated to the APGL?

share|improve this question

closed as off topic by bmargulies, Ben, Will Feb 14 at 16:02

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

up vote 17 down vote accepted

I don't know anything about iText, but if they released 4.x on LGPL conditions you can use it on that conditions regardless of what happened after that. They could change license, even to a proprietary one, fork, abandon project or whatever — it cannot affect 4.x licensing.

share|improve this answer

You can use the pre-5.0 versions. These are actually not 4.x -- they jumped from version 2.1.7 to 5.0 with the license change (in late 2009).

Download the last LGPL version of iTextSharp here: (Link updated) http://itextsharp.svn.sourceforge.net/viewvc/itextsharp/tags/iTextSharp_4_1_6/

Though of course the downside is that this version will no longer be maintained.

share|improve this answer
They removed it (smart move by iText) – Eran Medan Mar 26 '11 at 2:06
The older versions are still available through SVN: itext.svn.sourceforge.net/viewvc/itext/tags – Viachaslau Tysianchuk Mar 28 '11 at 7:07
I believe it's still legal for anyone else to host the 2.1.7 version elsewhere, so a little searching will probably turn up the JAR and src downloads as well. – Rob Whelan Apr 7 '11 at 23:06

Not the answer you're looking for? Browse other questions tagged or ask your own question.