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
{
"design": {
"layoutPreferences": {
"slideNumbers": true
},
"headersFooters": {
"pattern": "client-delivery-footer",
"slideNumberFormat": "{current}",
"dateFormat": "MMM yyyy",
"logoPosition": null,
"legalLine": null,
"classificationLine": null,
"header": null,
"footer": "Prepared for {clientName}",
"hideOnTitleSlide": false
}
}
}Open in OPF Playground
Preview this config live at pptx.dev/playground.
Playground deep link: config=headers-footers:client-delivery-footer