pdf_structure_viewer

Crates.iopdf_structure_viewer
lib.rspdf_structure_viewer
version0.1.0
sourcesrc
created_at2022-01-25 00:04:41.377323
updated_at2022-01-25 00:04:41.377323
descriptionInspect how the PDF's structure looks.
homepage
repositoryhttps://github.com/ralpha/pdf_structure_viewer
max_upload_size
id520499
size168,554
Ralph Bisschops (ralpha)

documentation

README

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.

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.

Commit count: 6

cargo fmt