agent-tool-pdf-builder
Reportlab-based PDF builder library. Title pages, typography, margins, figure placeholders. Used as a library by agent-tool-book-builder (and as a smoke-test CLI for direct invocation).
Install
uv tool install --editable D:/agent-tool-pdf-builder
Usage
As a library:
from pdf_builder import build_pdf
As a CLI (smoke test only):
pdf-builder --version
Origin
Migrated from C:/Users/chris/OneDrive/Documents/Reading/tools/pdf_builder.py (deleted post-migration). See the migration spec for the migration record.