Categories

PDF QR Barcode Labels

Batch generate printable labels with QR code and barcode in a single PDF

Create batch label sheets from JSON input.

Features:

  • QR + CODE128 barcode in each label
  • Configurable label size and page layout
  • Title and subtitle text lines
  • Auto paginate for large batches

Example Results

2 examples

Standard A4 Label Sheet

Two inventory labels with QR and barcode in A4 portrait layout

qr-barcode-labels-example1.pdf View File
View input parameters
{ "labelsJson": "[\n {\n \"title\": \"SKU-AX-001\",\n \"subtitle\": \"Warehouse A / Rack 03\",\n \"qrText\": \"https://example.com/inventory/SKU-AX-001\",\n \"barcodeText\": \"AX00193018\"\n },\n {\n \"title\": \"SKU-BX-204\",\n \"subtitle\": \"Warehouse B / Rack 12\",\n \"qrText\": \"https://example.com/inventory/SKU-BX-204\",\n \"barcodeText\": \"BX20488271\"\n }\n]", "pageSize": "A4", "landscape": false, "columns": 2, "rows": 6, "labelWidthMm": 90, "labelHeightMm": 42, "marginMm": 10, "gapMm": 4 }

Dense Landscape Batch

Ten labels in dense Letter landscape layout for high-volume print

qr-barcode-labels-example2.pdf View File
View input parameters
{ "labelsJson": "[{\"title\":\"BOX-001\",\"subtitle\":\"Batch #1\",\"qrText\":\"https://example.com/box/1\",\"barcodeText\":\"BOX00000001\"},{\"title\":\"BOX-002\",\"subtitle\":\"Batch #1\",\"qrText\":\"https://example.com/box/2\",\"barcodeText\":\"BOX00000002\"},{\"title\":\"BOX-003\",\"subtitle\":\"Batch #2\",\"qrText\":\"https://example.com/box/3\",\"barcodeText\":\"BOX00000003\"},{\"title\":\"BOX-004\",\"subtitle\":\"Batch #2\",\"qrText\":\"https://example.com/box/4\",\"barcodeText\":\"BOX00000004\"},{\"title\":\"BOX-005\",\"subtitle\":\"Batch #3\",\"qrText\":\"https://example.com/box/5\",\"barcodeText\":\"BOX00000005\"},{\"title\":\"BOX-006\",\"subtitle\":\"Batch #3\",\"qrText\":\"https://example.com/box/6\",\"barcodeText\":\"BOX00000006\"},{\"title\":\"BOX-007\",\"subtitle\":\"Batch #4\",\"qrText\":\"https://example.com/box/7\",\"barcodeText\":\"BOX00000007\"},{\"title\":\"BOX-008\",\"subtitle\":\"Batch #4\",\"qrText\":\"https://example.com/box/8\",\"barcodeText\":\"BOX00000008\"},{\"title\":\"BOX-009\",\"subtitle\":\"Batch #5\",\"qrText\":\"https://example.com/box/9\",\"barcodeText\":\"BOX00000009\"},{\"title\":\"BOX-010\",\"subtitle\":\"Batch #5\",\"qrText\":\"https://example.com/box/10\",\"barcodeText\":\"BOX00000010\"}]", "pageSize": "Letter", "landscape": true, "columns": 3, "rows": 4, "labelWidthMm": 70, "labelHeightMm": 35, "marginMm": 8, "gapMm": 3 }

Key Facts

Category
Document Tools
Input Types
textarea, select, checkbox, number
Output Type
file
Sample Coverage
4
API Ready
Yes

Overview

Create batch label sheets from JSON input. **Features:** - QR + CODE128 barcode in each label - Configurable label size and page layout - Title and subtitle text lines - Auto paginate for large batches

When to Use

  • Use it when you need to generate json, pdf content quickly in the browser.
  • Helpful for document tools workflows that need repeatable inputs and fast results.
  • Useful when you want to test input and output behavior before integrating the workflow elsewhere.

How It Works

  • Provide Labels JSON, Page Size, Landscape, Columns as input to the tool.
  • The tool processes the request and returns a file result.
  • For repeatable workflows, use the API endpoint shown on the page after validating the result interactively.

Use Cases

Generate json, pdf data during debugging or QA.
Validate expected output before using the API or automation flows.
Compare small variations of input to understand output differences quickly.

Try with Samples

json, pdf, qr

Related Hubs

FAQ

What does PDF QR Barcode Labels do?

PDF QR Barcode Labels helps you generate json, pdf content online without setting up a separate local script or app.

When should I use this tool?

Use it when you need a quick generate workflow, want to verify output, or need a browser-based utility for document tools tasks.

Can I try this tool with sample data?

Yes. Try short representative inputs first, then move to larger or more complex cases once the output looks correct.

What inputs does PDF QR Barcode Labels accept?

PDF QR Barcode Labels accepts Labels JSON, Page Size, Landscape, Columns.

Is there an API for PDF QR Barcode Labels?

Yes. The tool page includes an API endpoint so you can move from manual testing to scripted usage.

API Documentation

Request Endpoint

POST /en/api/tools/pdf-qr-barcode-labels

Request Parameters

Parameter Name Type Required Description
labelsJson textarea Yes -
pageSize select No -
landscape checkbox No -
columns number No -
rows number No -
labelWidthMm number No -
labelHeightMm number No -
marginMm number No -
gapMm number No -

Response Format

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
File: File

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-pdf-qr-barcode-labels": {
      "name": "pdf-qr-barcode-labels",
      "description": "Batch generate printable labels with QR code and barcode in a single PDF",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-qr-barcode-labels",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]