# pdf-interpret
A PDF content-stream interpreter in pure Rust.
This crate is a fork of [`hayro-interpret`](https://github.com/LaurenzV/hayro) by Laurenz Stampfl. It is a low-level component used by the [PDFluent](https://pdfluent.com) commercial Rust PDF SDK.
## License
**MIT OR Apache-2.0** (preserved from upstream `hayro-interpret`).
Original copyright: Laurenz Stampfl. PDFluent fork: Innovation Trigger BV. See `LICENSE-MIT` and `LICENSE-APACHE`.
## Usage
This crate can be used standalone. For the full PDFluent SDK, see [`pdfluent`](https://crates.io/crates/pdfluent).
## Links
- PDFluent: <https://pdfluent.com>
- Upstream hayro: <https://github.com/LaurenzV/hayro>