An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# nompdf

[![Version](https://img.shields.io/crates/v/nompdf)](https://crates.io/crates/nompdf)
[![Downloads](https://img.shields.io/crates/d/nompdf)](https://crates.io/crates/nompdf)
[![License](https://img.shields.io/crates/l/nompdf)](https://crates.io/crates/nompdf)
![Rust](https://github.com/edg-l/nompdf/workflows/Rust/badge.svg)
[![Docs](https://docs.rs/nompdf/badge.svg)](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