tito-PDF Documentation

Assets JSON

tito-pdf can write a compact assets/metrics JSON file via --assets-json.

Example:

tito-pdf input.pdf \
  --md-out out/input.md \
  --tables-out out/input.tables.md \
  --tables-audit-out out/input.tables.audit.json \
  --assets-json out/input.assets.json

Why this exists:

Contract (stable keys)

The following keys are intended to be stable:

Outputs (paths that were written)

If outputs were written, tito-pdf includes an outputs object with paths.

Example structure:

Compatibility note:

Toolchain section

If available, tito-pdf includes a toolchain object with:

This is best-effort:

Tips