Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/messense/mupdf-rs
Rust binding to mupdf
https://github.com/messense/mupdf-rs
mupdf pdf pdf-document
Last synced: 28 days ago
JSON representation
Rust binding to mupdf
- Host: GitHub
- URL: https://github.com/messense/mupdf-rs
- Owner: messense
- License: agpl-3.0
- Created: 2020-01-23T12:23:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T03:08:50.000Z (3 months ago)
- Last Synced: 2024-10-04T12:42:04.960Z (about 1 month ago)
- Topics: mupdf, pdf, pdf-document
- Language: Rust
- Homepage:
- Size: 6.08 MB
- Stars: 104
- Watchers: 4
- Forks: 23
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mupdf-rs
[![GitHub Actions](https://github.com/messense/mupdf-rs/workflows/CI/badge.svg)](https://github.com/messense/mupdf-rs/actions?query=workflow%3ACI)
[![Crates.io](https://img.shields.io/crates/v/mupdf.svg)](https://crates.io/crates/mupdf)
[![docs.rs](https://docs.rs/mupdf/badge.svg)](https://docs.rs/mupdf/)Rust binding to [mupdf](https://github.com/ArtifexSoftware/mupdf)
**Working in progress**
## References
1. [MuPDF Explored](https://ghostscript.com/~robin/mupdf_explored.pdf)
## License
This work is released under the GPLv3 license. A copy of the license is provided in the [LICENSE](./LICENSE) file.