Card Making Calculator — Plan Cuts, Score Lines, Envelopes & Waste

Plan how many cards fit on a sheet, optimal rotation, score and cut guides, bleed and kerf, plus matching envelope sizes. Works with A-series, US Letter, 12×12 and custom.

Layout inputs

Sheet & card specs

Set the sheet size, bleed, margin, fold preference, and rotation to preview how many cards will fit.

Units

Layout preview

Enter values to preview the grid.

Cutting guidance

Envelope recommendation

How to use this planner

Enter the sheet size, margin, and folded card dimensions to compute how many panels will fit. Adjust bleed, kerf, fold mode, and rotation preferences to match your cutting strategy.

Use the presets as a starting point for common stock (A4, Letter, 12×12) or switch to custom to match your own sheets. Units toggle between millimeters and inches without losing the layout ratio.

Methodology

The model simulates a grid of rectangles that include bleed and kerf, then counts how many trimmed panels fit inside the usable sheet after removing the unprintable margins. Rotation is permitted when it yields a denser packing.

  • Waste is estimated from the remaining sheet area after the rows and columns are placed.
  • Rotation is only applied if you allow it and it produces higher counts.
  • The table summarizes each row so you can confirm orientation and spacing before cutting.

Full original guide (expanded)


Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted text)
Let sheet size be \(S_w \times S_h\), unprintable margin per edge \(m\), bleed per edge \(b\), kerf (gap) between pieces \(k\). Let unfolded card piece be \(C_w \times C_h\). For a single fold with side fold: \(C_w = 2\,W\), \(C_h = H\). For top fold: \(C_w = W\), \(C_h = 2\,H\). For flat panels: \(C_w = W\), \(C_h = H\). Effective sheet area: \(S'_w = S_w - 2m\), \(S'_h = S_h - 2m\). Place rectangles with gutters \(g = k + 2b\) in a grid. Rows (no rotation): \(r = \left\lfloor \dfrac{S'_h + k}{C_h + g} \right\rfloor\), columns: \(c = \left\lfloor \dfrac{S'_w + k}{C_w + g} \right\rfloor\). If rotation allowed, compute \(r^*, c^*\) swapping \(C_w, C_h\); choose the max \(N = \max(rc, r^*c^*)\). Waste: \(\text{waste} = 1 - \dfrac{N\,(C_w\,C_h + g\,C_w + g\,C_h + b^2)}{S'_w S'_h}\) (approx. area-based with gutters & bleed).
Variables and units
  • No variables provided in audit spec.
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
Formulas
Grid packing

Rows and columns are computed with gutters that include bleed and kerf before multiplying to a total count.

Rows: floor((usable sheet height + kerf) / (panel height + gutter))
Columns: floor((usable sheet width + kerf) / (panel width + gutter))
Citations

Home — calcdomain.com · Accessed 2026-01-19
https://calcdomain.com/

Lifestyle Everyday — calcdomain.com · Accessed 2026-01-19
https://calcdomain.com/lifestyle-everyday

Hobbies — calcdomain.com · Accessed 2026-01-19
https://calcdomain.com/subcategories/hobbies

Changelog
  • 0.1.0-draft — 2026-01-19: Initial draft (review required).
Verified by Ugo Candido Last Updated: 2026-01-19 Version 0.1.0-draft
Version 1.5.0