images-to-pdf
Installation
SKILL.md
Images → PDF
Bundle images into a PDF with predictable paper-size and layout behaviour. Built for the recurring "I need to send this batch to a printer" workflow.
When to use
- Preparing a photo set for a digital print shop (one-per-page on A4 / Letter).
- Building a proof sheet (multi-up).
- Sharing a document-style PDF (e.g. scanned receipts) without re-encoding.
- Bundling AI-generated images for client review.
Do not use this skill when:
- The user wants the PDF to also include text/markdown — that's a different workflow (typst / pandoc).
- The PDF needs OCR text layer — out of scope (run tesseract separately, then merge).
- A single image → PDF without paper-size constraints —
img2pdf <input> -o <output>.pdfis enough; no skill needed.