An open API service indexing awesome lists of open source software.

https://github.com/knifer/libpdfium

Build android pdfium shared library by either makefiles, cmake or Visual Studio !
https://github.com/knifer/libpdfium

android cmake cross-compile makefile pdfium pdfiumviewer visual-studio

Last synced: about 2 months ago
JSON representation

Build android pdfium shared library by either makefiles, cmake or Visual Studio !

Awesome Lists containing this project

README

        

# LibPDFium
- removed v8 and xfa codes

## Prerequisites

- Win10 with ubuntu subsystem. [Makefiles](https://github.com/KnIfER/PDFium-Android-Demo/blob/main/LibPdfium/src/main/makefile)
- NDK 21.0.6113669
- Or just android studio using [cmake](https://github.com/KnIfER/PDFium-Android-Demo/blob/main/LibPdfium/src/main/cpp/CMakeLists.txt).

## Building the code
- Pull the full demo project.
- Run `./build.sh` . Make sure the path in the script is correct.
- Or compile and use everything with cmake in the android studio .

## Demo Application

see [PDFium Android Demo](https://github.com/KnIfER/PDFium-Android-Demo)

## Pro Application

see [PolymPic Browser](https://github.com/KnIfER/PolymPic)