Skip to content

Android-16 MinSize builds

Choose a tag to compare

@ViliusSutkus89 ViliusSutkus89 released this 23 Jun 12:08
· 856 commits to master since this release

Min API level: 16
armeabi-v7a is upx packed, other ABI binaries are not compressed.
HOWTO deploy:

tar -xf release-armeabi-v7a-pdf2htmlEX.tar

adb push ./built /data/local/tmp/

# If tarball was extracted on windows, need to chmod pdf2htmlEX binary
adb shell chmod 755 /data/local/tmp/built/bin/pdf2htmlEX

adb shell /data/local/tmp/built/bin/pdf2htmlEX --data-dir /data/local/tmp/built/share/pdf2htmlEX --tmp-dir /data/local/tmp/built /data/local/tmp/built/sample_pdfs/fontfile3_opentype.pdf /data/local/tmp/fontfile3_opentype.html

adb pull /data/local/tmp/fontfile3_opentype.html