PDF Brand Guidelines

Generate a brand guidelines PDF with logo, palette, typography, and spacing rules

Create a printable brand handbook from simple form inputs.

Includes:

  • Logo usage and clear-space hints
  • Color palette swatches
  • Typography examples
  • Spacing scale cards

Example Results

1 examples

Brand Guidelines

Brand guide PDF sample

brand-guidelines-pdf-example1.pdf View File
View input parameters
{ "brandName": "Northwind Atelier", "tagline": "Editorial craft for modern products", "logoFile": "/public/logo.png", "primaryColor": "#1247A6", "secondaryColor": "#1B998B", "accentColor": "#F46036", "neutralColor": "#EAF0F7" }

Click to upload file or drag and drop file here

Maximum file size: 8MB Supported formats: image/png, image/jpeg, image/webp, image/gif, image/bmp, image/svg+xml

Key Facts

Category
Documents & PDF
Input Types
text, file, color, number, select, checkbox
Output Type
file
Sample Coverage
4
API Ready
Yes

Overview

The PDF Brand Guidelines tool allows you to instantly generate a professional, printable brand handbook by inputting your core identity elements. Simply define your brand name, color palette, typography, and spacing rules to produce a cohesive style guide ready for stakeholders and design teams.

When to Use

  • When you need to quickly distribute brand identity standards to internal teams or external partners.
  • When launching a new project and requiring a standardized reference for design consistency.
  • When you want to convert raw brand assets into a polished, professional PDF document without manual layout work.

How It Works

  • Enter your brand name and optional tagline into the primary configuration fields.
  • Upload your logo file and select your primary, secondary, accent, and neutral colors.
  • Specify your preferred heading and body fonts, along with your base spacing requirements.
  • Select your desired page size and orientation, then generate the final PDF document.

Use Cases

Creating a quick-reference style guide for freelance designers working on your brand assets.
Standardizing design documentation for internal marketing and product teams.
Generating a professional brand overview for client presentations or project onboarding.

Examples

1. Startup Brand Identity Guide

Brand Manager
Background
A new startup needs to share its visual identity with a remote design team to ensure consistency across social media and web assets.
Problem
The team lacks a centralized document, leading to inconsistent color usage and font choices.
How to Use
Input the brand name, upload the logo, define the primary and secondary color hex codes, and set the font preferences.
Example Config
brandName: 'Northwind Atelier', primaryColor: '#1247A6', secondaryColor: '#1B998B', headingFont: 'Montserrat', bodyFont: 'Source Sans Pro'
Outcome
A professional, printable PDF containing the logo, color swatches, and typography rules is generated for immediate distribution.

Try with Samples

xml, pdf, image

Related Hubs

FAQ

What file formats are supported for the logo upload?

You can upload PNG, JPEG, WEBP, GIF, BMP, or SVG files for your brand logo.

Can I customize the page layout?

Yes, you can choose between A4, Letter, or Legal page sizes and toggle between portrait and landscape orientations.

Is there a limit to the logo file size?

The logo file must be under 8MB to be processed correctly.

How are the spacing rules displayed?

The tool uses your base spacing input to generate a clear, visual spacing scale card within the PDF.

Can I adjust the rendering wait time?

Yes, you can configure the 'Wait Until' setting and 'Extra Wait Time' to ensure all elements are fully loaded before the PDF is generated.

API Documentation

Request Endpoint

POST /en/api/tools/pdf-brand-guidelines-pdf

Request Parameters

Parameter Name Type Required Description
brandName text Yes -
tagline text No -
logoFile file (Upload required) No -
primaryColor color No -
secondaryColor color No -
accentColor color No -
neutralColor color No -
headingFont text No -
bodyFont text No -
baseSpacing number No -
pageSize select No -
landscape checkbox No -
waitUntil select No -
waitTime number No -

File type parameters need to be uploaded first via POST /upload/pdf-brand-guidelines-pdf to get filePath, then pass filePath to the corresponding file field.

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-brand-guidelines-pdf": {
      "name": "pdf-brand-guidelines-pdf",
      "description": "Generate a brand guidelines PDF with logo, palette, typography, and spacing rules",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-brand-guidelines-pdf",
      "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.

Supports URL file links or Base64 encoding for file parameters.

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