Android
ComPDFKit Conversion SDK
Get Started

Introduction                    

 

It is easy to embed ComPDFKit Conversion SDK in your Android application with a few lines of Kotlin code. It takes just a few minutes and we will show you how to use it.

The following sections introduce the structure of the installation package, how to run a demo, and how to make an Android app in Kotlin with ComPDFKit Conversion SDK.

 

Requirements

 

ComPDFKit Conversion SDK is supported on Android devices running API level 21 or newer and targeting the latest stable Android version 5.0 or higher. Furthermore, ComPDFKit Conversion SDK requires apps to enable Java 11 language features to build.

- Android Studio Artic Fox or newer (support AndroidX).

- Project specifications.

         A minSdkVersion of 21 or higher.

         A compileSdkVersion of 32 or higher.

         A targetSdkVersion of 31 or higher.

- Android ABI(s): x86, x86_64, armeabi-v7a, arm64-v8a.

 

Android Package Structure

 

The package of ComPDFKit Conversion SDK for Android includes the following files as shown as blow:

- Lib - ComPDFKit Conversion SDK dynamic library ComPDFKit Conversion.aar (supports x86, x86_64, armeabi-v7a, arm64-v8a).

- ComPDFKit_Conversion_Demo - A folder containing Android sample projects.

- Developer_Guide_Android.pdf - Developer guide.

- Release_Notes.txt - Release information.

- Legal.txt - Legal and copyright information.

 

- API_Reference_Android - API reference.

 

Android Package Structure