# android-k2pdfopt **Repository Path**: longzekai/android-k2pdfopt ## Basic Information - **Project Name**: android-k2pdfopt - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-09 - **Last Updated**: 2021-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # libk2pdfopt for Android Library to rearrange text on images with text-reflow feature. * K2PdfOpt (http://www.willus.com/k2pdfopt/) # Natives Only recent (19+) phones has no issue loading natives. Old phones (16+) unable to locate library dependencies. Very old phones (15+) unable choice proper native library ABI version and crash with error UnsatifiedLinkExcetpion. * https://gitlab.com/axet/android-audio-library/blob/master/src/main/java/com/github/axet/audiolibrary/encoders/FormatMP3.java ```java import com.github.axet.androidlibrary.app.Natives; Natives.loadLibraries(context, "k2pdfopt", "k2pdfoptjni") ``` * https://gitlab.com/axet/android-library/blob/master/src/main/java/com/github/axet/androidlibrary/app/Natives.java ```gradle dependencies { compile 'com.github.axet:k2pdfopt:0.0.11' } ``` # Compile # gradle clean :libk2pdfopt:install install