Branding Pattern
Client Delivery Footer
A prepared-for footer that names the client, presenter, or engagement alongside the slide number.
Use Case
Consulting deliverables and agency presentations sent as formal client packets.
When to Use
Use when the deck is a deliverable and should clearly carry client context in every exported slide.
When to Avoid
Avoid for live talks where repeated client attribution adds clutter without helping navigation.
OPF Config Options
- Slide numbers
- Enabled
- Slide number format
- {current}
- Date format
- MMM yyyy
- Logo position
- Not used
- Legal line
- Not used
- Classification line
- Not used
- Header content
- Not used
- Footer content
- Prepared for {clientName}
- Hide on title slide
- No
Best Practices
Use the legal or contractual client name only when required.
Keep client attribution on the left and numbering on the right.
Avoid adding presenter, agency, date, and client all at once unless the deck is a formal record.
Related How-to Articles
OPF Config
headers-footers:client-delivery-footer{
"$schema": "https://openpresentation.org/schema/opf/v1",
"name": "PPTX.gallery — headers-footers/client-delivery-footer",
"tags": [
"gallery:headers-footers/client-delivery-footer"
],
"design": {
"footer": {
"left": {
"text": "Prepared for {clientName}"
},
"right": {
"slideNumber": true,
"date": true
}
}
},
"slides": [
{
"id": "gallery-preview-1",
"layout": "title-slide",
"title": "Header & footer preview",
"subtitle": "Header/footer pattern \"client-delivery-footer\".",
"design": {
"contentBox": false,
"contentAlignment": "center",
"titleAlignment": "center"
}
}
],
"catalogs": {
"layouts": {
"records": [
{
"$schema": "https://openpresentation.org/schema/opf-layout/v1",
"id": "title-slide",
"name": "Title_Slide",
"label": "Title Slide",
"summary": "Bold, centered typography with minimal elements. Perfect for opening your presentation with impact.",
"description": "Bold, centered typography with minimal elements. Perfect for opening your presentation with impact.",
"tags": [
"Opening",
"Impact",
"Minimal"
],
"master": "Gallery",
"masterSlideIndex": 0,
"groupHash": "ddf3a920a68b7a0316802c6a646bb4bb481c6f5a288d236ab3021b4b990d25c2",
"groupDefault": true,
"contentType": "Title",
"contentMultiple": "None",
"contentAlignment": "Center",
"contentBox": false,
"contentTypeChartPrimary": "None",
"contentTypeImageFill": "None",
"contentTypeListBullet": "None",
"contentTypeListHeading": false,
"slideTitle": true,
"slideTitleAlignment": "Center",
"slideImage": false,
"slideImageAlignment": "None",
"slideLayoutDirection": "None",
"zones": [
{
"role": "title",
"placeholder": "title"
},
{
"role": "subtitle",
"placeholder": "subtitle"
}
],
"preview": {},
"details": "Bold, centered typography with minimal elements. Perfect for opening your presentation with impact. OPF placeholders: title, subtitle.",
"category": "opening-closing",
"spatialCategory": "hero",
"contentTypeTags": [
"mixed",
"title"
],
"placeholders": [
{
"type": "title"
},
{
"type": "subtitle"
}
],
"slideSubtitle": true
}
]
}
}
}Preview this config live at pptx.dev/playground, or load it in the gallery visual editor.
Playground deep link: config=headers-footers:client-delivery-footer