InkAlign
Help Center
Guides for every standard interior trim we support, how processing works, and how to use the rest of the InkAlign suite.
Overview
InkAlign is built for paperback interiors: we normalize margins, apply gutter shifts and mirror margins, align to trim and bleed, and run a print-safe flattening pass so embedded fonts and vectors survive common print-on-demand raster pipelines (we tune heavily for Amazon KDP acceptance).
Standard publishing trims — the sizes we support are the same book blocks you will see across major print-on-demand and offset workflows, including Amazon KDP, IngramSpark, Lulu, and Blurb. Each platform has its own file checks and may offer extra or custom trims — always confirm the final spec in your printer's dashboard. On KDP specifically, 5×8, 5.5×8.5, 6×9, and 8.5×11 are among the most picked presets; our tools still apply whenever your interior matches one of the listed standard blocks.
The 6×9 workflow lives on the home page. Every other trim size has its own tool page under Tools so the uploader always targets the exact book block you set in your printer's interior setup.
Choosing a trim (all interior fixers)
Pick the tool that matches the trim size in your printer's interior setup (KDP, IngramSpark, Lulu, Blurb, etc.). The table shows the finished print page dimensions InkAlign outputs (trim + standard 0.125″ bleed on the outside edge and head/foot — the same convention KDP documents for paperback interiors).
| Trim (book block) | Print page (with bleed) | Typical use | Open |
|---|---|---|---|
| 5" × 8" | 5.125" × 8.25" (With Bleed) | Digest pocket trim — shorter, narrower paperbacks. | Tool page |
| 5.25" × 8" | 5.375" × 8.25" (With Bleed) | Fiction-friendly slightly wider mass-market trim. | Tool page |
| 5.5" × 8.5" | 5.625" × 8.75" (With Bleed) | Self-help, memoir, and common nonfiction trim. | Tool page |
| 6" × 9" | 6.125" × 9.25" (With Bleed) | Default InkAlign trade size — novels and general nonfiction. | Home uploader |
| 6.14" × 9.21" | 6.265" × 9.46" (With Bleed) | KDP “standard” trade paperback trim. | Tool page |
| 7" × 10" | 7.125" × 10.25" (With Bleed) | Workbooks, journals, and larger illustrated interiors. | Tool page |
| 8" × 8" | 8.125" × 8.25" (With Bleed) | Square photo books, picture books, kids’ illustrated titles. | Tool page |
| 8.25" × 6" | 8.375" × 6.25" (With Bleed) | Landscape comics / manga-style spreads. | Tool page |
| 8.5" × 8.5" | 8.625" × 8.75" (With Bleed) | Larger square photo books and gift-style kids’ books. | Tool page |
| 8" × 10" | 8.125" × 10.25" (With Bleed) | Manuals, guides, and wide illustrated interiors. | Tool page |
| 8.5" × 11" | 8.625" × 11.25" (With Bleed) | Textbooks, planners, and letter-size PDF exports. | Tool page |
If your manuscript was designed for a different trim, switch to that tool before exporting — mixing trim families is the most common cause of unexpected scaling or margin warnings.
How the interior fixer works
- Choose the trim tool that matches your trim (table above) and upload your interior PDF.
- Health scan — we surface layout risks (margins, bleed, fonts) before you commit to an export.
- Preview — review a watermarked preview of how pages land on the target size.
- Export — after checkout (or your plan rules), you download a print-ready PDF sized to the bleed dimensions for that trim, with gutter and mirror margins applied consistently across the book.
Each tool page lists the same auto-fixes (mirror margins, gutter tiers, font embedding checks, bleed alignment) so behavior matches across trims — only the target page dimensions change.
Bleed & page size (industry / KDP-style)
For every trim, InkAlign builds the PDF page the same way as our original 6×9 engine: page width = trim width + 0.125″ (outside bleed), and page height = trim height + 2 × 0.125″ (head and foot). That matches the standard paperback bleed pattern Amazon KDP publishes for interiors and the same trim blocks other POD vendors describe in their own specs.
Landscape and square trims use the same formula — only the trim width and height change — so comics, manga-style, and photo-book blocks stay consistent with the rest of the suite.
Other InkAlign tools
- Spine width calculator — white vs cream paper; copy a spine width for your cover wrap.
- Cover validation — upload a KDP wrap PDF; we measure against spine + trim + bleed and offer a blank template at the exact size.
- PDF size & metadata inspector — upload any PDF in your browser to see page dimensions (inches and points), rotation, MediaBox, the document info dictionary, XMP when present, and suggested InkAlign interior trim tools.
- Back matter PDF generator — About the Author, Also By, and a newsletter page with an optional QR code at standard interior bleed sizes; merge onto your interior in the browser when page sizes match. Sign in with an active trial or paid plan to use this tool.
- Journal & planner interior composer — mix dot grid, lined, square grid, habit tracker, recipe log, checklist, and reading log pages into a print-ready PDF for low- or no-content books; built locally in your browser. Sign in with an active trial or paid plan to use this tool. Publishing at volume? See the low-content publisher hub.
- Tools hub — one grid with every interior fixer, the PDF inspector, the back matter generator, the journal composer, and the utilities above.
Publisher REST API
Included with the Publisher subscription. In Dashboard → Settings, create an API key (raw secret begins with ink_). Every request must send:
Authorization: Bearer ink_…
Replace https://YOUR_DOMAIN with your InkAlign site origin (same value you use for NEXT_PUBLIC_BASE_URL).
List interior presets
curl -sS https://YOUR_DOMAIN/api/v1/interior/presets \ -H "Authorization: Bearer ink_YOUR_SECRET"
Whoami
curl -sS https://YOUR_DOMAIN/api/v1/me \ -H "Authorization: Bearer ink_YOUR_SECRET"
Interior fix (vector PDF)
POST multipart form with field file (your interior PDF). Optional query trim selects the preset id (default 6x9). Response is application/pdf — vector gutter + trim+bleed layout. The browser app still runs the optional 300 DPI raster flatten pass for maximum print safety; the API returns the vector stage so it can run on the server.
curl -sS -o fixed.pdf \ -H "Authorization: Bearer ink_YOUR_SECRET" \ -F "file=@manuscript.pdf" \ "https://YOUR_DOMAIN/api/v1/interior/fix?trim=6x9"
CORS is enabled with Access-Control-Allow-Origin: * for browser or tooling origins. Typical upload limit on this route is 32 MiB per file (see response headers on errors).
FAQs
What does InkAlign scan for?
We scan common print-on-demand layout requirements (with emphasis on Amazon KDP checks): margins, bleed, gutter shifts, and common PDF integrity signals that lead to rejections.
Do you upload my manuscript to your servers?
No. Your PDF is processed locally in your browser for the core layout workflow.
How long does a fix take?
Most files process in under a minute (large image-heavy PDFs can take longer).
What if Amazon rejects my file?
If Amazon rejects a file for layout issues we addressed, we’ll fix it free or refund you (see Refund Policy).