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
- Host: GitHub
- URL: https://github.com/foxitsoftware/kotlin-foxitpdf
- Owner: foxitsoftware
- Created: 2018-04-03T01:26:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T10:19:58.000Z (about 2 years ago)
- Last Synced: 2025-01-15T10:55:07.247Z (over 1 year ago)
- Homepage: https://www.foxitsoftware.com/products/sdk/mobilepdf-sdk/
- Size: 20.9 MB
- Stars: 0
- Watchers: 16
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.