Branding Pattern
Client Delivery Footer
A prepared-for footer that names the client, presenter, or engagement alongside the slide number.
client-delivery-footerOPF extension pending
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
1
Use the legal or contractual client name only when required.
2
Keep client attribution on the left and numbering on the right.
3
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-footerOpen Presentation Format
{
"$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\"."
}
]
}Open in OPF Playground
Preview this config live at pptx.dev/playground.
Playground deep link: config=headers-footers:client-delivery-footer