Deep-link documentation

PrintTiler Deep Links

PrintTiler supports deep links that open the editor with a poster layout already configured. These links are safe to share and can be generated by AI assistants like ChatGPT, Claude, and Gemini.

Use deep links to prefill rows, columns, paper size, and print mode so anyone can open the editor and export a PDF in seconds.

You can also set unit=in to show inch-based preview measurements for US and Canada users.

Behavioral contract

  • Deep links apply once on the first editor load. Reload to apply new parameters.
  • Values persist like normal UI edits after the link is applied.
  • Stripe return links with paid=true&session_id= are ignored.
  • Missing parameters do not override defaults or your current settings.
  • If tileSize is LETTER or LEGAL, paperSize is forced to match.
  • Unknown parameters are ignored.

Allowed parameters

ParameterDescriptionAllowed valuesNotes
imagePoster image URL to load into the editor.JPG, PNG, or WEBP, <=20MBPublic direct file URL, CORS-enabled, URL-encoded.
paperSets both tileSize and paperSize (recommended).A3, A4, A5, LETTER, LEGALSafe default for simple links. Use matching paper systems.
tileSizeTile size for the poster grid.A3-A10, LETTER, LEGALAdvanced: use with paperSize for mixed layouts within the same paper system. Letter/Legal tiles force matching paperSize.
paperSizePrint paper size for output sheets.A3, A4, A5, LETTER, LEGALAdvanced: use with tileSize for mixed layouts within the same paper system. paperSize is overridden when tileSize is Letter or Legal.
rowsNumber of tile rows.1-20Rounded to whole numbers and clamped to limits.
colsNumber of tile columns.1-20Rounded to whole numbers and clamped to limits.
tileOrientationTile orientation for each grid cell.portrait, landscapeAlias: orientation.
modePrint mode for trimming and margins.seamless, windowAlias value: windowpane -> window.
scalePreview zoom level (does not affect export size).fit, 100, 150, 1.5Advanced: numeric values or percentages may work.
unitPreview measurement unit.mm, inOptional. Controls display labels only; export dimensions remain unchanged.

For simple links, use paper with rows and columns. For advanced layouts, set tileSize and paperSize separately. If both are supplied, the explicit values win.

PrintTiler blocks ISO and US paper mixing by default. Use A-series tiles with A-series paper, or Letter/Legal tiles with Letter/Legal paper.

scale changes only the editor preview zoom. It does not affect export dimensions.

unit changes preview labels only. Layout math and PDF output remain the same.

Image rules

  • Use a public, direct image URL (not a page or share link).
  • Supported formats: JPG, PNG, WEBP.
  • Maximum file size is 20MB.
  • The image host must allow CORS for your link to load.
  • URL-encode the image value when building links.

Examples

Simple seamless poster

A4 tiles and print paper, 6x6 grid.

/editor?paper=A4&rows=6&cols=6&mode=seamless

Window pane layout

A3 tiles, 4x4, window mode for clean borders.

/editor?paper=A3&rows=4&cols=4&mode=window

Advanced mixed sizing

A6 tiles printed on A4 paper, landscape orientation.

/editor?tileSize=A6&paperSize=A4&rows=8&cols=6&tileOrientation=landscape

US Letter layout

Letter tiles and paper, 5x4 grid.

/editor?paper=letter&rows=5&cols=4&mode=seamless

US Legal layout

Legal tiles and paper, 3x3 grid.

/editor?paper=LEGAL&rows=3&cols=3&tileOrientation=portrait

Preset zoom

Scale the preview to 150 percent.

/editor?paper=A4&rows=5&cols=7&scale=150

Inch display for preview

Open the editor with inch labels for US/Canada style planning.

/editor?paper=LETTER&rows=4&cols=3&unit=in

UTM attribution example

Track AI traffic in GA4 with UTM parameters.

/editor?paper=A4&rows=4&cols=4&utm_source=chatgpt&utm_medium=ai&utm_campaign=printtiler

Plan sizes with the reference table

Need to calculate exact poster dimensions or sheet counts? Use the Paper Tile Size Table to preview layouts before you generate a deep link.

Open the Paper Tile Size Table

Attribution and tracking

Add UTM parameters to measure AI referrals in GA4. Example:

/editor?paper=A4&rows=4&cols=4&utm_source=chatgpt&utm_medium=ai&utm_campaign=printtiler

For AI-specific guidance, visit /ai.

Advertisement