summaryrefslogtreecommitdiff
path: root/internal/comic/pdf.go
AgeCommit message (Collapse)Author
2026-04-23Add ISO A4 PDF print/book pipeline, page-frame prompts, and usage docsPaul Buetow
Print and book PDF modes now letterbox each raster to A4 portrait at pdf.density; print uses the matte color for pads. CLI forces 3:4 generation for print|book unless --aspect-ratio is set. Cover, gallery, and back prompts gain DINA4PDF instructions when those modes are active. Introduce DescribePageFrame and PDF helpers with tests; add CLI tests for presentation and aspect precedence. Expand README and config example with A4 examples, language env vars, and page-format vs PDF behavior. Add sample Sumer vocabulary files. Made-with: Cursor
2026-04-19x4: port comic core into comicforgePaul Buetow