📄
PDF Creator Android
  • Introduction
  • Docs
  • Installation
  • Getting Started
  • Available Views
    • PDFVerticalView
    • PDFHorizontalView
    • PDFTextView
    • PDFImageView
    • PDFLineSeparatorView
    • PDFPageBreakView
    • PDFTableView
      • PDFTableRowView
  • Generate Pdf From HTML
    • Html To Pdf
    • WebView To Pdf
Powered by GitBook
On this page

Installation

PreviousIntroductionNextGetting Started

Last updated 4 years ago

Install in you project

./build.geadle
allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
}
./app/build.geadle
dependencies {
    implementation 'com.github.tejpratap46:PDFCreatorAndroid:LATEST_RELEASE'
}

Sync your projects now

PDFCreatorAndroid