Skip to main content
Skip table of contents

Installing iText on Android

Gradle dependency

You can download iText from our Artifactory by adding this to your Gradle file:

JAVA
maven {
  url "https://repo.itextsupport.com/android"
}

and then just append -android to any module you would like to use, such as:

JAVA
dependencies {
  implementation 'com.itextpdf.android:kernel-android:8.0.4'
}


JavaScript errors detected

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

If this problem persists, please contact our support.