You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PDF library we use (iText) is under AGPL license only. We know that this license is problematic for some people and companies so we would like to replace this dependency with another one.
* Add library to CoreLibraryWrapper
* Migrate UI to use PDFBox
* Migrate node renderer
* Migrate edge and arrow renderer
* Migrate PDFTarget with font support
* Migrate PDFExporter
* Migrate node label renderer
* Fix issue when testing with labels
* Add PDFUtils
* Migrate edge label renderer
* Fix font loading issue
* Make export succeed in case of exception
* Remove embedded font
* Fix edge color
* Fix landscape mode
* Update API changes
* Formatting
* Refactor
* Remove dependency on iText
* Background color
The PDF library we use (iText) is under AGPL license only. We know that this license is problematic for some people and companies so we would like to replace this dependency with another one.
Proposed solution
PDFBox
Alternatives considered
PDFBox seems like the best alternative. Equivalent in features we need and with Apache license.
Additional context
Based on #2361 iText is the only AGPL dependency we have.
The text was updated successfully, but these errors were encountered: