Мне надо покупать библиотеку, чтобы пользоваться?

Есть такая библиотека iText для работы с pdf. Я не пойму, она платная? Я ее установил в Android Studio:

implementation 'com.itextpdf.android:kernel-android:7.2.2'

Попробовал простейший код:

HtmlConverter.convertToPdf(html, new FileOutputStream(dest));
HtmlConverter вообще класса не находит.

Вообще, там пишется:

First we load the iText license file. This is an XML file containing a license key for using iText. You might not need this license key if you are using iText and pdfHTML in the context of an AGPL project. However, you will need the pdfCalligraph add-on for the internationalization examples in chapter 6, and the pdfCalligraph add-on isn't available under the AGPL; it's a closed source add-on only.

The license key we are using in the examples of this book is similar to the key you will get if you purchase a commercial license to use iText 7, pdfHTML, and pdfCalligraph in a closed source context. Note that as of iText 7.2 our license key files now use the JSON format rather than XML. For more clarification you can refer to the license key and license key library installation guide.

Что за AGPL project? А для других нужен лицензионный ключ, чтобы работало или нет? Объясните, пожалуйста, кто в этом понимает.


Ответы (0 шт):