https://github.com/edg-l/nompdf
A PDF parser written in Rust using nom.
https://github.com/edg-l/nompdf
nom parser pdf rust
Last synced: 8 months ago
JSON representation
A PDF parser written in Rust using nom.
- Host: GitHub
- URL: https://github.com/edg-l/nompdf
- Owner: edg-l
- License: apache-2.0
- Created: 2022-02-02T13:35:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T11:08:28.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T03:41:31.775Z (about 1 year ago)
- Topics: nom, parser, pdf, rust
- Language: Rust
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# nompdf
[](https://crates.io/crates/nompdf)
[](https://crates.io/crates/nompdf)
[](https://crates.io/crates/nompdf)

[](https://docs.rs/nompdf)
Work in progress.
### A PDF parser written in Rust using nom.
Using [PDF Reference third edition](https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/pdf_reference_archives/PDFReference.pdf) as reference.
License: MIT OR Apache-2.0