gstack/make-pdf/src
Garry Tan aec7e2b72b
feat(make-pdf): --to html|docx output formats
--to html writes the assembled self-contained document directly (no print
round-trip): inline vector diagrams, data-URI images, zero network
references, plus an @media screen layer for browser reading. --to docx is
the content-fidelity export (eng-review P8): html-to-docx@1.8.0 (exact pin;
pure JS, bun-compile-verified) maps headings/tables/code/lists; diagrams and
SVG images rasterize at 300dpi of the content-box width via the render tab;
diagnostic figures convert to plain p/pre so the converter can't silently
drop an error. --format keeps its page-size-alias meaning; --to is the
output format, and the CLI says so when confused.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 00:12:04 -07:00
..
browseClient.ts feat(make-pdf): diagram pre-pass — mermaid/excalidraw fences render as vector SVG; local images inline as data URIs 2026-06-11 23:59:40 -07:00
cli.ts feat(make-pdf): --to html|docx output formats 2026-06-12 00:12:04 -07:00
commands.ts feat(v1.4.0.0): /make-pdf — markdown to publication-quality PDFs (#1086) 2026-04-20 13:20:30 +08:00
diagram-prepass.ts feat(make-pdf): --to html|docx output formats 2026-06-12 00:12:04 -07:00
image-policy.ts feat(make-pdf): width directives + conservative auto-landscape via CSS named pages 2026-06-12 00:06:45 -07:00
image-size.ts feat(make-pdf): diagram pre-pass — mermaid/excalidraw fences render as vector SVG; local images inline as data URIs 2026-06-11 23:59:40 -07:00
orchestrator.ts feat(make-pdf): --to html|docx output formats 2026-06-12 00:12:04 -07:00
pdftotext.ts v1.52.2.0 fix(make-pdf): render emoji instead of tofu (▯) on Linux (#1787) 2026-05-29 18:06:19 -07:00
print-css.ts feat(make-pdf): --to html|docx output formats 2026-06-12 00:12:04 -07:00
render.ts feat(make-pdf): width directives + conservative auto-landscape via CSS named pages 2026-06-12 00:06:45 -07:00
setup.ts feat(v1.4.0.0): /make-pdf — markdown to publication-quality PDFs (#1086) 2026-04-20 13:20:30 +08:00
smartypants.ts feat(v1.4.0.0): /make-pdf — markdown to publication-quality PDFs (#1086) 2026-04-20 13:20:30 +08:00
types.ts feat(make-pdf): --to html|docx output formats 2026-06-12 00:12:04 -07:00