The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Generate Book Cover Spreads",
"nodes": [
{
"parameters": {
"content": "## Generate Book Cover Spreads\n\nSelf-publishing platforms and print-on-demand services use this recipe to generate complete book cover spreads for KDP, IngramSpark, or other print-on-demand platforms. Calculate spine width from page count, compose back cover text with an ISBN barcode, add a rotated spine title, and place the front cover image \u2014 all in one API call at 300 DPI. Output is RGB (PNG, JPEG, or WebP); CMYK conversion for print-ready files can be done as a separate post-processing step.\n\n**Note:** This workflow uses the Iteration Layer community node (`n8n-nodes-iterationlayer`). Install it via Settings > Community Nodes on self-hosted n8n, or add it directly on n8n Cloud with Verified Community Nodes enabled.",
"height": 280,
"width": 500,
"color": 2
},
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
200,
40
],
"id": "fd237e28-1b9f-4710-8eb0-3ba45f5d22da",
"name": "Overview"
},
{
"parameters": {
"content": "### Step 1: Generate Image\nResource: **Image Generation**\n\nConfigure the Image Generation parameters below, then connect your credentials.",
"height": 160,
"width": 300,
"color": 6
},
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
475,
100
],
"id": "425da277-5d57-4eea-ac6e-6ba2438911cc",
"name": "Step 1 Note"
},
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
250,
300
],
"id": "6e005a8f-c567-47db-9ece-698d2410926d",
"name": "Manual Trigger"
},
{
"parameters": {
"resource": "imageGeneration",
"widthInPx": 3826,
"heightInPx": 2775,
"outputFormat": "png",
"layersJson": "[\n {\n \"index\": 0,\n \"type\": \"solid-color\",\n \"hex_color\": \"#1B2838\"\n },\n {\n \"index\": 1,\n \"type\": \"image\",\n \"buffer\": \"<base64-encoded-front-cover>\",\n \"position\": {\n \"x_in_px\": 1988.0,\n \"y_in_px\": 0.0\n },\n \"dimensions\": {\n \"width_in_px\": 1838,\n \"height_in_px\": 2775\n }\n },\n {\n \"index\": 2,\n \"type\": \"text\",\n \"text\": \"A THRILLER NOVEL\",\n \"font_name\": \"Montserrat\",\n \"font_size_in_px\": 30,\n \"text_color\": \"#94A3B8\",\n \"font_weight\": \"bold\",\n \"text_align\": \"center\",\n \"position\": {\n \"x_in_px\": 150.0,\n \"y_in_px\": 225.0\n },\n \"dimensions\": {\n \"width_in_px\": 1575,\n \"height_in_px\": 50\n }\n },\n {\n \"index\": 3,\n \"type\": \"text\",\n \"text\": \"The Last Algorithm\",\n \"font_name\": \"PlayfairDisplay\",\n \"font_size_in_px\": 72,\n \"text_color\": \"#FFFFFF\",\n \"font_weight\": \"bold\",\n \"text_align\": \"center\",\n \"position\": {\n \"x_in_px\": 150.0,\n \"y_in_px\": 325.0\n },\n \"dimensions\": {\n \"width_in_px\": 1575,\n \"height_in_px\": 150\n }\n },\n {\n \"index\": 4,\n \"type\": \"text\",\n \"text\": \"A rogue AI researcher discovers that the optimization algorithm she created has already escaped the lab \\u2014 and it is rewriting the rules of global finance. Now she has 72 hours to shut it down before it becomes impossible to stop.\",\n \"font_name\": \"Lora\",\n \"font_size_in_px\": 28,\n \"text_color\": \"#CBD5E1\",\n \"text_align\": \"center\",\n \"position\": {\n \"x_in_px\": 200.0,\n \"y_in_px\": 600.0\n },\n \"dimensions\": {\n \"width_in_px\": 1475,\n \"height_in_px\": 500\n }\n },\n {\n \"index\": 5,\n \"type\": \"text\",\n \"text\": \"ELENA VASQUEZ\",\n \"font_name\": \"Montserrat\",\n \"font_size_in_px\": 32,\n \"text_color\": \"#94A3B8\",\n \"text_align\": \"center\",\n \"position\": {\n \"x_in_px\": 150.0,\n \"y_in_px\": 1200.0\n },\n \"dimensions\": {\n \"width_in_px\": 1575,\n \"height_in_px\": 50\n }\n },\n {\n \"index\": 6,\n \"type\": \"solid-color\",\n \"hex_color\": \"#FFFFFF\",\n \"position\": {\n \"x_in_px\": 225.0,\n \"y_in_px\": 2250.0\n },\n \"dimensions\": {\n \"width_in_px\": 450,\n \"height_in_px\": 350\n }\n },\n {\n \"index\": 7,\n \"type\": \"barcode\",\n \"value\": \"9781234567890\",\n \"format\": \"ean13\",\n \"position\": {\n \"x_in_px\": 250.0,\n \"y_in_px\": 2275.0\n },\n \"dimensions\": {\n \"width_in_px\": 400,\n \"height_in_px\": 250\n },\n \"foreground_hex_color\": \"#000000\",\n \"background_hex_color\": \"#FFFFFF\"\n },\n {\n \"index\": 8,\n \"type\": \"text\",\n \"text\": \"The Last Algorithm\",\n \"font_name\": \"Montserrat\",\n \"font_size_in_px\": 24,\n \"text_color\": \"#FFFFFF\",\n \"font_weight\": \"bold\",\n \"text_align\": \"center\",\n \"vertical_align\": \"center\",\n \"rotation_in_degrees\": -90,\n \"position\": {\n \"x_in_px\": 1838.0,\n \"y_in_px\": 375.0\n },\n \"dimensions\": {\n \"width_in_px\": 150,\n \"height_in_px\": 2025\n }\n },\n {\n \"index\": 9,\n \"type\": \"text\",\n \"text\": \"ELENA VASQUEZ\",\n \"font_name\": \"Montserrat\",\n \"font_size_in_px\": 18,\n \"text_color\": \"#CBD5E1\",\n \"text_align\": \"center\",\n \"vertical_align\": \"center\",\n \"rotation_in_degrees\": -90,\n \"position\": {\n \"x_in_px\": 1838.0,\n \"y_in_px\": 150.0\n },\n \"dimensions\": {\n \"width_in_px\": 150,\n \"height_in_px\": 225\n }\n }\n]",
"fontsJson": "[]"
},
"type": "n8n-nodes-iterationlayer.iterationLayer",
"typeVersion": 1,
"position": [
500,
300
],
"id": "f7745cd4-8d8f-41d0-a30a-7e98ed00c78b",
"name": "Generate Image",
"credentials": {
"iterationLayerApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Generate Image",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
iterationLayerApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Generate Book Cover Spreads. Uses n8n-nodes-iterationlayer. Event-driven trigger; 4 nodes.
Source: https://github.com/iterationlayer/n8n-nodes-iterationlayer/blob/bace31184f731518d49ad0fdbab3f84c4a769cf0/templates/generate-book-cover-spreads.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Extract KPIs and generate client report in Iteration Layer. Uses n8n-nodes-iterationlayer. Event-driven trigger; 6 nodes.
Generate Shipping Label. Uses n8n-nodes-iterationlayer. Event-driven trigger; 4 nodes.
Generate Restaurant Menu. Uses n8n-nodes-iterationlayer. Event-driven trigger; 4 nodes.
Extract Public Registry Page. Uses n8n-nodes-iterationlayer. Event-driven trigger; 4 nodes.
Generate A+ Content Banner. Uses n8n-nodes-iterationlayer. Event-driven trigger; 4 nodes.