pdfboss-cli 0.10.0

Command-line interface for pdfboss: info, text, render, obj, and the json/hex/q/tui explorer subcommands
1
2
3
4
//! `pdfboss q`: document to JSON value tree, and the jq engine that queries it.

pub mod run;
pub mod value;