# gxpdf-reader
**Repository Path**: gxpdf/gxpdf-reader
## Basic Information
- **Project Name**: gxpdf-reader
- **Description**: 从头写的一个pdf阅读器,基于relm4库与pdfium-render库
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: https://gxpdf.com
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-12-04
- **Last Updated**: 2025-12-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
A new pdf reader based on relm4 and pdfium-render library.
Its goal is to provide a feature-rich pdf reader with a focus on performance and ease of use and cross windows,macos,linux .
It works on linux now!
## Get Started
### Linux
- Install dependency library(on debian 12+)
```
sudo apt install libglib2.0-dev pkg-config libcairo2-dev libgdk-pixbuf-2.0-dev libpango1.0-dev libgraphene-1.0-dev libgtk-4-dev libepoxy-dev
```
- Install from source code:
```
Clone the repository: `git clone https://github.com/gxpdf/gxpdf-reader.git`
Build the project: `cargo build --release`
cp -rv pdfium-lib/libpdfium.so ./target/release/
Run the application: `./target/release/gxpdf-reader test/annotations-test.pdf`
```
- Run with cargo run
```
Clone the repository: `git clone https://github.com/gxpdf/gxpdf-reader.git`
Build the project for debug: `cargo build`
cp -rv pdfium-lib/libpdfium.so ./target/debug/
Run the application: `cargo run -- test/annotations-test.pdf`
```
## License
The License will be added later.
## Copyright
Copyright (C) 2025, gxpdf.com