An open API service indexing awesome lists of open source software.

https://github.com/foxitsoftware/kotlin-foxitpdf

Kotlin samples for Foxit MobilePDF SDK
https://github.com/foxitsoftware/kotlin-foxitpdf

Last synced: 3 months ago
JSON representation

Kotlin samples for Foxit MobilePDF SDK

Awesome Lists containing this project

README

          

# Kotlin Samples - Foxit PDF SDK for Android

## Introduction
Kotlin is now an official language on Android. It's expressive, concise, and powerful. Foxit PDF SDK for Android also support Kotlin. There are 3 examples of Kotlin project using Foxit PDF SDK for Android in this repository.

## How to setup and use the samples
1. Download Foxit PDF SDK for Android from this page: https://www.foxitsoftware.com/products/pdf-sdk/android/;
2. Download the 3 samples from this repository;
3. Replace/add the samples into the folder "samples" in the SDK download packages;
4. Open the samples in Android Studio, replace the key pairs with a valid one (you can find the trial key in "[download_package]/libs"), then build and run.