Skip to content

Android-16 release builds for all 4 ABIs

Pre-release
Pre-release
Compare
Choose a tag to compare
@ViliusSutkus89 ViliusSutkus89 released this 21 Jun 18:27
· 867 commits to master since this release

Min API level: 16
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 +x /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