Installing iText Core 7.2.x on Android
Gradle dependency
You can download iText 7 from our Artifactory by adding this to your Gradle file:
maven {
url "https://repo.itextsupport.com/android"}
and then just append -android to any module you would like to use, such as:
dependencies {
implementation 'com.itextpdf.android:kernel-android:7.2.5'
}