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 !
- Host: GitHub
- URL: https://github.com/knifer/libpdfium
- Owner: KnIfER
- License: other
- Created: 2020-10-23T06:19:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-17T15:49:05.000Z (over 4 years ago)
- Last Synced: 2025-03-25T19:08:47.332Z (2 months ago)
- Topics: android, cmake, cross-compile, makefile, pdfium, pdfiumviewer, visual-studio
- Language: C++
- Homepage:
- Size: 39.1 MB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
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)