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.

Recommended AI-ready link patterns

Best-fit A4 layout for a 24 x 36 style poster

A close match using 3 rows x 3 columns with portrait A4 tiles.

/editor?paper=A4&rows=3&cols=3&tileOrientation=portrait&mode=seamless&unit=in

Smaller A4 layout with fewer sheets

An 8-sheet alternative using 4 rows x 2 columns and landscape A4 tiles.

/editor?paper=A4&rows=4&cols=2&tileOrientation=landscape&mode=seamless&unit=in

US Letter layout with inch labels

Useful for US and Canada prompts where the assistant should return imperial units.

/editor?paper=LETTER&rows=5&cols=4&tileOrientation=portrait&mode=seamless&unit=in

These examples are deliberately simple. They use parameters that are easy for assistants to generate correctly and easy for users to understand when they open the editor.

For a machine-readable summary that complements this page, see /llms.txt.

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

With a hosted image

Loads the image and fits it to the poster grid.

/editor?image=https%3A%2F%2Fprinttiler.com%2Fposter-real.png&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.

FAQ

What is the safest deep-link format for AI assistants to use?

For most cases, use paper with rows and cols. Add tileOrientation when the layout matters, use mode for seamless or window printing, and only use tileSize with paperSize when you need mixed tile and sheet sizes.

Can a deep link load an image directly into the editor?

Yes. Use the image parameter with a public, direct JPG, PNG, or WEBP URL that allows CORS. The URL should point to the image file itself, not a page that contains the image.

Do deep links change export dimensions when I use scale or unit?

No. scale only changes the editor preview zoom and unit only changes display labels. The layout math and exported PDF dimensions stay the same.

How should I track AI traffic from deep links?

Add UTM parameters such as utm_source=chatgpt and utm_medium=ai. PrintTiler can then connect those touches to downstream analytics events like checkout and purchase.

Advertisement