Skip to main content
Skip table of contents

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.2'
}



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.