Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Carlos Henriques
159
Views
2
Comments
[iTextSharp] iTextSharp license
Question
Forge
iTextSharp (O11)
Forge asset by
Luis Oliveira
The iTextSharp extension is using iTextSharp v5.4.40. This library has AGPL v3 licensing wich means that you can not use iTextSharp on closed source projects. To use iTextSharp on closed source project you must pay for a commercial license:
https://itextpdf.com/pricing#commercial
iTextSharp v4.1.6 was the last version released with MPL & GLP license, that you could use on closed and open source projects.
António Chinita
I see...
I had this code sitting around for a while, using an older version of the dll, and decided to share it since someone asked how to merge PDFs.
Before I published, I updated to the latest version of iTextSharp and didn't notice that license change.
Thanks for the heads up Carlos. I'll revert the change. :)
Carlos Henriques
You can use v4.1.6, and don't mind about licensing. You can still get this version:
https://pdfviewernet.googlecode.com/svn-history/r55/trunk/PDFView/PDFView/lib/itextsharp.dll
If you want to use the latest v5 you need to put at least a warning about the license in the extension ;)
I also use that library for pdf merge, and I still use the 4.1.6 version and it works great.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...