Scribe: Generate PDFs in Android Apps
Library
Scribe is a Kotlin library for PDF generation in Android apps that makes it easy to programatically create PDF documents with complex layouts and custom fonts.
Key Features
- Add PDF creation feature to your Android app.
Installation
Scribe can be used by adding it as a Gradle dependency in your project. It is available through JCenter.
1) In the project level build.gradle
, add the following code:
repositories {
// other repositories
jcenter()
}
2) Add the following dependency in your module build.gradle
:
implementation 'dev.aspirasoft.apis:scribe:$latest_version'
You can find the $latest_version
here.
Supported Platforms
Android
Programming Languages
Kotlin