> For the complete documentation index, see [llms.txt](https://notes.tejpratapsingh.com/pdf-creator-android/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.tejpratapsingh.com/pdf-creator-android/installation.md).

# Installation

## Install [PDFCreatorAndroid](https://github.com/tejpratap46/PDFCreatorAndroid) in you project

* [x] In your root project gradle,

{% tabs %}
{% tab title="build.geadle" %}
{% code title="./build.geadle" %}

```groovy
allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
}
```

{% endcode %}
{% endtab %}
{% endtabs %}

* [x] In Your app gradle,

{% tabs %}
{% tab title="build.geadle" %}
{% code title="./app/build.geadle" %}

```groovy
dependencies {
    implementation 'com.github.tejpratap46:PDFCreatorAndroid:LATEST_RELEASE'
}
```

{% endcode %}
{% endtab %}
{% endtabs %}

{% hint style="info" %}
&#x20;Sync your projects now
{% endhint %}
