# PdfiumAndroid2 **Repository Path**: ymqn180/PdfiumAndroid2 ## Basic Information - **Project Name**: PdfiumAndroid2 - **Description**: No description available - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-21 - **Last Updated**: 2026-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction This repository is a fork of [barteksc/PdfiumAndroid](https://github.com/meganz/PdfiumAndroid). On top of the original project, this fork adds the 16KB page size support for Android15. The changes include: - Upgrade to [PDFium 133.0.6927.0](https://github.com/bblanchon/pdfium-binaries/releases/tag/chromium%2F6927) - Add a `CMakeLists.txt` for building PdfiumAndroid `.so` file. - Update [libpng v1.6.44](https://github.com/pnggroup/libpng/releases/tag/v1.6.44) and [libfreetype2 v2.10.0](https://download.savannah.gnu.org/releases/freetype/) binaries for building PdfiumAndroid library. - available at: implementation("io.github.oothp:pdfium-android:1.9.5-beta01")