Skip to content

ralpha/pdf_structure_viewer

Repository files navigation

PDF Structure Viewer

Crates.io API Docs

Inspect how the PDF's structure looks. This tool is useful for when working with PDFs and/or lopdf.

This application is used lopdf internally to decode the structure of the pdf.

The output of this application is for human viewers only. Do NOT use the output of this application as input for other applications.

This project was inspired by: https://pdfux.com/inspect-pdf/

This tool was developed with support from MyEmma.nl.

Tree view of a small file

Extra info

Most people using this tool will most likely want to know more about the structure of PDFs. Here are some links that will help with that.

PDF 1.7 or ISO 32000-1 (2008) Spec:

Install

Through Cargo

Install from https://crates.io:

cargo install pdf_structure_viewer

Install from local repo clone:

cd ./pdf_structure_viewer
cargo install --path .

License

The code in this project is licensed under the MIT or Apache 2.0 license.

All contributions, code and documentation, to this project will be similarly licensed.

About

Inspect how the PDF's structure looks.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages